Html Css Color HEX #EEA970 Tacao

📋 copy color: '#EEA970'

red 238 ◦ green 169 ◦ blue 112

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

Shades of Tacao #EEA970

Tints of Tacao #EEA970

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.56%

 BLUE value IS 112 (44.14% from 255) = 21.58%

R = 45.86%
G = 32.56%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEA970 (or 0xEEA970) is known color: Tacao. HEX triplet: EE, A9 and 70. RGB value is (238,169,112). Sum of RGB (Red+Green+Blue) = 238+169+112=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA970 is #11568F. Grayscale: #B7B7B7. Windows color (decimal): -1136272 or 7383534. OLE color: 7383534.

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

Color convert

RGB 238 169 112 -
CMYK 0 0.29 0.53 0.07
HSL 27.14º 0.79% 0.69% -
HSV(B) 27.14º 0.53% 0.93% -
XYZ 52.37 47.72 21.78 -
YUV 183.13 87.86 167.13 -
System Red Green Blue C M Y K H S L
Decimal 238 169 112 0 0.29 0.53 0.07 27.14 0.79 0.69
Hex EE A9 70 0 1D 35 7 1B 4F 45
Octal 356 251 160 0 35 65 7 33 117 105
Binary 11101110 10101001 1110000 0 11101 110101 111 11011 1001111 1000101

Color Harmonies of #EEA970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA970

Black with #EEA970

Text Example


Text Example

White with #EEA970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA970; }

 p { color: rgb(238,169,112); }

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

background-color css

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

 a { background-color: rgb(238,169,112); }

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

border-color css

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

 span { border-color: rgb(238,169,112); }

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