Html Css Color HEX #EEA870 Tacao

📋 copy color: '#EEA870'

red 238 ◦ green 168 ◦ blue 112

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

Shades of Tacao #EEA870

Tints of Tacao #EEA870

RGB

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

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

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

R = 45.95%
G = 32.43%
B = 21.62%

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

#EEA870 (or 0xEEA870) is known color: Tacao. HEX triplet: EE, A8 and 70. RGB value is (238,168,112). Sum of RGB (Red+Green+Blue) = 238+168+112=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA870 is #11578F. Grayscale: #B6B6B6. Windows color (decimal): -1136528 or 7383278. OLE color: 7383278.

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

Color convert

RGB 238 168 112 -
CMYK 0 0.29 0.53 0.07
HSL 26.67º 0.79% 0.69% -
HSV(B) 26.67º 0.53% 0.93% -
XYZ 52.19 47.35 21.72 -
YUV 182.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 238 168 112 0 0.29 0.53 0.07 26.67 0.79 0.69
Hex EE A8 70 0 1D 35 7 1B 4F 45
Octal 356 250 160 0 35 65 7 33 117 105
Binary 11101110 10101000 1110000 0 11101 110101 111 11011 1001111 1000101

Color Harmonies of #EEA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA870

Black with #EEA870

Text Example


Text Example

White with #EEA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA870; }

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

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

background-color css

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

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

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

border-color css

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

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

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