Html Css Color HEX #EEB374 Tacao

📋 copy color: '#EEB374'

red 238 ◦ green 179 ◦ blue 116

#EEB374
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #EEB374

Tints of Tacao #EEB374

RGB

 RED value IS 238 (93.36% from 255) = 44.65%

 GREEN value IS 179 (70.31% from 255) = 33.58%

 BLUE value IS 116 (45.7% from 255) = 21.76%

R = 44.65%
G = 33.58%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EEB374 (or 0xEEB374) is known color: Tacao. HEX triplet: EE, B3 and 74. RGB value is (238,179,116). Sum of RGB (Red+Green+Blue) = 238+179+116=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB374 is #114C8B. Grayscale: #BDBDBD. Windows color (decimal): -1133708 or 7648238. OLE color: 7648238.

HSL color Cylindrical-coordinate representation of color #EEB374: hue angle of 30.98º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEB374 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 179 116 -
CMYK 0 0.25 0.51 0.07
HSL 30.98º 0.78% 0.69% -
HSV(B) 30.98º 0.51% 0.93% -
XYZ 54.53 51.68 23.62 -
YUV 189.46 86.55 162.62 -
System Red Green Blue C M Y K H S L
Decimal 238 179 116 0 0.25 0.51 0.07 30.98 0.78 0.69
Hex EE B3 74 0 19 33 7 1F 4E 45
Octal 356 263 164 0 31 63 7 37 116 105
Binary 11101110 10110011 1110100 0 11001 110011 111 11111 1001110 1000101

Color Harmonies of #EEB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB374

Black with #EEB374

Text Example


Text Example

White with #EEB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB374; }

 p { color: rgb(238,179,116); }

 H1.HeaderClassName
 {
   color: #EEB374;
 }
 .AnyTagClassName
 {
   color: #EEB374;
 }
</style>

background-color css

<style>
 a { background-color: #EEB374; }

 a { background-color: rgb(238,179,116); }

 div.DivClassName
 {
   background-color: #EEB374;
 }
 .BgClassName
 {
   background-color: #EEB374;
 }
</style>

border-color css

<style>
 span { border-color: #EEB374; }

 span { border-color: rgb(238,179,116); }

 td.TdClassName
 {
   border-color: #EEB374;
 }
 .TagClassName
 {
   border-color: #EEB374;
 }
</style>