Html Css Color HEX #EEA96F Tacao

📋 copy color: '#EEA96F'

red 238 ◦ green 169 ◦ blue 111

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

Shades of Tacao #EEA96F

Tints of Tacao #EEA96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.43%

R = 45.95%
G = 32.63%
B = 21.43%

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

#EEA96F (or 0xEEA96F) is known color: Tacao. HEX triplet: EE, A9 and 6F. RGB value is (238,169,111). Sum of RGB (Red+Green+Blue) = 238+169+111=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 111 (43.75% from 255 or 21.43% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA96F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA96F is #115690. Grayscale: #B7B7B7. Windows color (decimal): -1136273 or 7317998. OLE color: 7317998.

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

Color convert

RGB 238 169 111 -
CMYK 0 0.29 0.53 0.07
HSL 27.4º 0.79% 0.68% -
HSV(B) 27.4º 0.53% 0.93% -
XYZ 52.32 47.7 21.49 -
YUV 183.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 238 169 111 0 0.29 0.53 0.07 27.4 0.79 0.68
Hex EE A9 6F 0 1D 35 7 1B 4F 44
Octal 356 251 157 0 35 65 7 33 117 104
Binary 11101110 10101001 1101111 0 11101 110101 111 11011 1001111 1000100

Color Harmonies of #EEA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA96F

Black with #EEA96F

Text Example


Text Example

White with #EEA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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