Html Css Color HEX #EEAE7D Tacao

📋 copy color: '#EEAE7D'

red 238 ◦ green 174 ◦ blue 125

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

Shades of Tacao #EEAE7D

Tints of Tacao #EEAE7D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.4%

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

R = 44.32%
G = 32.4%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEAE7D (or 0xEEAE7D) is known color: Tacao. HEX triplet: EE, AE and 7D. RGB value is (238,174,125). Sum of RGB (Red+Green+Blue) = 238+174+125=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAE7D is #115182. Grayscale: #BBBBBB. Windows color (decimal): -1134979 or 8236782. OLE color: 8236782.

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

Color convert

RGB 238 174 125 -
CMYK 0 0.27 0.47 0.07
HSL 26.02º 0.77% 0.71% -
HSV(B) 26.02º 0.47% 0.93% -
XYZ 54.1 49.93 26.19 -
YUV 187.55 92.7 163.98 -
System Red Green Blue C M Y K H S L
Decimal 238 174 125 0 0.27 0.47 0.07 26.02 0.77 0.71
Hex EE AE 7D 0 1B 2F 7 1A 4D 47
Octal 356 256 175 0 33 57 7 32 115 107
Binary 11101110 10101110 1111101 0 11011 101111 111 11010 1001101 1000111

Color Harmonies of #EEAE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAE7D

Black with #EEAE7D

Text Example


Text Example

White with #EEAE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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