Html Css Color HEX #EEAD70 Tacao

📋 copy color: '#EEAD70'

red 238 ◦ green 173 ◦ blue 112

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

Shades of Tacao #EEAD70

Tints of Tacao #EEAD70

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

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

R = 45.51%
G = 33.08%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EEAD70 (or 0xEEAD70) is known color: Tacao. HEX triplet: EE, AD and 70. RGB value is (238,173,112). Sum of RGB (Red+Green+Blue) = 238+173+112=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAD70 is #11528F. Grayscale: #B9B9B9. Windows color (decimal): -1135248 or 7384558. OLE color: 7384558.

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

Color convert

RGB 238 173 112 -
CMYK 0 0.27 0.53 0.07
HSL 29.05º 0.79% 0.69% -
HSV(B) 29.05º 0.53% 0.93% -
XYZ 53.13 49.23 22.03 -
YUV 185.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 238 173 112 0 0.27 0.53 0.07 29.05 0.79 0.69
Hex EE AD 70 0 1B 35 7 1D 4F 45
Octal 356 255 160 0 33 65 7 35 117 105
Binary 11101110 10101101 1110000 0 11011 110101 111 11101 1001111 1000101

Color Harmonies of #EEAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAD70

Black with #EEAD70

Text Example


Text Example

White with #EEAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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