COLOR #EBD670

HEX: #EBD670
RGB: (235,214,112)

Color info

#EBD670 contains mainly red and green colors. Web safe color of #EBD670 is #FFCC66 (or #FC6).

RGB color model

#EBD670 color RGB value is (235,214,112).

  • red value is 235;
  • green value is 214;
  • blue value is 112.
RGB:
(235,214,112)
(92%,84%,44%)

RGB channels and saturation

R 235 of 255 = 92%
G 214 of 255 = 84%
B 112 of 255 = 44%

235
214
112

R + G + B ~ 73%. #EBD670 is quite light color.

Portions of RGB colors in percentages

R + G + B =
235 + 214 + 112 = 561 (100%)
R 235 of 561 ~ 41.89%
G 214 of 561 ~ 38.15%
B 112 of 561 ~ 19.96%

%41.89
%38.15
%19.96

CMYK color model

#EBD670 color CMYK value is (0,9,52,8).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 52.34%
  • key color value is 7.84%
CMYK:
(0,9,52,8)
C0M9Y52K8 
(0%,9%,52%,8%)
(0.00/0.09/0.52/0.08)	

CMYK percentages

%0
%8.94
%52.34
%7.84

Codes

Color #EBD670 in popluar color models

EBD670
RGB235214112
HSL50°75.46%68.04%
HSB/HSV50°52.34%92.16%
CMYK0.00%8.94%52.34%
7.84%

Color #EBD670 in popluar number systems.

HEXEBD670
Decimal235214112
Binary11101011110101101110000
Octal353326160

Shades and tints

Shades of #EBD670

#EBD670
(235,214,112)
#D6C366
(214,195,102)
#C1B05C
(193,176,92)
#AC9D52
(172,157,82)
#978A48
(151,138,72)
#82773E
(130,119,62)
#6D6434
(109,100,52)
#58512A
(88,81,42)
#433E20
(67,62,32)
#2E2B16
(46,43,22)
#19180C
(25,24,12)
#000000
(0,0,0)

Tints of #EBD670

#EBD670
(235,214,112)
#ECD97D
(236,217,125)
#EDDC8A
(237,220,138)
#EEDF97
(238,223,151)
#EFE2A4
(239,226,164)
#F0E5B1
(240,229,177)
#F1E8BE
(241,232,190)
#F2EBCB
(242,235,203)
#F3EED8
(243,238,216)
#F4F1E5
(244,241,229)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBD670 color. Also use rgb(235,214,112) instead hex code.

Text Font Color

.myTextColor { color: #EBD670; }

<p style="color:#EBD670">This sample text font color is #EBD670.</p>

This text font color is #EBD670.


Background Color

.myBgColor { background-color: #EBD670; }

<div style="background-color:#EBD670">Inner text</div>

This div background color is #EBD670.


Border color

.myBorderColor { border: 1px solid #EBD670; }

<div style="border:3px solid #EBD670">Div</div>

This div border color is #EBD670.


Opacity

.myOpacity80 { color: #EBD670; opacity: 0.8; }

<p style="color:#EBD670;opacity:0.8;">80%</p>

Text with #EBD670 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBD670;}

<p style="text-shadow: 3px 3px 1px #EBD670">Text here.</p>

This text has shadow with #EBD670 color.

.textShadow {text-shadow: 3px 3px 1px #EBD670, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBD670, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBD670 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBD670, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBD670, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBD670 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBD670;
  -webkit-box-shadow:	1px 1px 3px 2px #EBD670;
  box-shadow:		1px 1px 3px 2px #EBD670;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBD670;
-webkit-box-shadow: 1px 1px 3px 2px #EBD670;
box-shadow:1px 1px 3px 2px #EBD670;">
Div content here</div>
This div box has shadow with color #EBD670.

Preview

Color preview on black background

This text has color #EBD670 on black background.


Color preview on white background

This text has color #EBD670 on white background.



Black color preview on #EBD670 background

This text has black color on #EBD670 background.


White color preview on #EBD670 background

This text has white color on #EBD670 background.