Html Css Color HEX #EEA674 Tacao

📋 copy color: '#EEA674'

red 238 ◦ green 166 ◦ blue 116

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

Shades of Tacao #EEA674

Tints of Tacao #EEA674

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

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

R = 45.77%
G = 31.92%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEA674 (or 0xEEA674) is known color: Tacao. HEX triplet: EE, A6 and 74. RGB value is (238,166,116). Sum of RGB (Red+Green+Blue) = 238+166+116=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA674 is #11598B. Grayscale: #B6B6B6. Windows color (decimal): -1137036 or 7644910. OLE color: 7644910.

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

Color convert

RGB 238 166 116 -
CMYK 0 0.30 0.51 0.07
HSL 24.59º 0.78% 0.69% -
HSV(B) 24.59º 0.51% 0.93% -
XYZ 52.05 46.71 22.8 -
YUV 181.83 90.85 168.07 -
System Red Green Blue C M Y K H S L
Decimal 238 166 116 0 0.30 0.51 0.07 24.59 0.78 0.69
Hex EE A6 74 0 1E 33 7 19 4E 45
Octal 356 246 164 0 36 63 7 31 116 105
Binary 11101110 10100110 1110100 0 11110 110011 111 11001 1001110 1000101

Color Harmonies of #EEA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA674

Black with #EEA674

Text Example


Text Example

White with #EEA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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