Html Css Color HEX #EEA874 Tacao

📋 copy color: '#EEA874'

red 238 ◦ green 168 ◦ blue 116

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

Shades of Tacao #EEA874

Tints of Tacao #EEA874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.18%

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

R = 45.59%
G = 32.18%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEA874 (or 0xEEA874) is known color: Tacao. HEX triplet: EE, A8 and 74. RGB value is (238,168,116). Sum of RGB (Red+Green+Blue) = 238+168+116=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA874 is #11578B. Grayscale: #B7B7B7. Windows color (decimal): -1136524 or 7645422. OLE color: 7645422.

HSL color Cylindrical-coordinate representation of color #EEA874: hue angle of 25.57º 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 #EEA874 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 168 116 -
CMYK 0 0.29 0.51 0.07
HSL 25.57º 0.78% 0.69% -
HSV(B) 25.57º 0.51% 0.93% -
XYZ 52.41 47.44 22.92 -
YUV 183 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 238 168 116 0 0.29 0.51 0.07 25.57 0.78 0.69
Hex EE A8 74 0 1D 33 7 1A 4E 45
Octal 356 250 164 0 35 63 7 32 116 105
Binary 11101110 10101000 1110100 0 11101 110011 111 11010 1001110 1000101

Color Harmonies of #EEA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA874

Black with #EEA874

Text Example


Text Example

White with #EEA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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