Html Css Color HEX #EEAF7C Tacao

📋 copy color: '#EEAF7C'

red 238 ◦ green 175 ◦ blue 124

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

Shades of Tacao #EEAF7C

Tints of Tacao #EEAF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.59%

 BLUE value IS 124 (48.83% from 255) = 23.09%

R = 44.32%
G = 32.59%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EEAF7C (or 0xEEAF7C) is known color: Tacao. HEX triplet: EE, AF and 7C. RGB value is (238,175,124). Sum of RGB (Red+Green+Blue) = 238+175+124=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF7C is #115083. Grayscale: #BCBCBC. Windows color (decimal): -1134724 or 8171502. OLE color: 8171502.

HSL color Cylindrical-coordinate representation of color #EEAF7C: hue angle of 26.84º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EEAF7C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 175 124 -
CMYK 0 0.26 0.48 0.07
HSL 26.84º 0.77% 0.71% -
HSV(B) 26.84º 0.48% 0.93% -
XYZ 54.23 50.29 25.92 -
YUV 188.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 238 175 124 0 0.26 0.48 0.07 26.84 0.77 0.71
Hex EE AF 7C 0 1A 30 7 1B 4D 47
Octal 356 257 174 0 32 60 7 33 115 107
Binary 11101110 10101111 1111100 0 11010 110000 111 11011 1001101 1000111

Color Harmonies of #EEAF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF7C

Black with #EEAF7C

Text Example


Text Example

White with #EEAF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF7C; }

 p { color: rgb(238,175,124); }

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

background-color css

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

 a { background-color: rgb(238,175,124); }

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

border-color css

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

 span { border-color: rgb(238,175,124); }

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