Html Css Color HEX #EEAF7D Tacao

📋 copy color: '#EEAF7D'

red 238 ◦ green 175 ◦ blue 125

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

Shades of Tacao #EEAF7D

Tints of Tacao #EEAF7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 44.24%
G = 32.53%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEAF7D (or 0xEEAF7D) is known color: Tacao. HEX triplet: EE, AF and 7D. RGB value is (238,175,125). Sum of RGB (Red+Green+Blue) = 238+175+125=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAF7D is #115082. Grayscale: #BCBCBC. Windows color (decimal): -1134723 or 8237038. OLE color: 8237038.

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

Color convert

RGB 238 175 125 -
CMYK 0 0.26 0.47 0.07
HSL 26.55º 0.77% 0.71% -
HSV(B) 26.55º 0.47% 0.93% -
XYZ 54.29 50.32 26.25 -
YUV 188.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 238 175 125 0 0.26 0.47 0.07 26.55 0.77 0.71
Hex EE AF 7D 0 1A 2F 7 1B 4D 47
Octal 356 257 175 0 32 57 7 33 115 107
Binary 11101110 10101111 1111101 0 11010 101111 111 11011 1001101 1000111

Color Harmonies of #EEAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAF7D

Black with #EEAF7D

Text Example


Text Example

White with #EEAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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