Html Css Color HEX #E8CCAA Givry

📋 copy color: '#E8CCAA'

red 232 ◦ green 204 ◦ blue 170

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

Shades of Givry #E8CCAA

Tints of Givry #E8CCAA

RGB

 RED value IS 232 (91.02% from 255) = 38.28%

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 38.28%
G = 33.66%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E8CCAA (or 0xE8CCAA) is known color: Givry. HEX triplet: E8, CC and AA. RGB value is (232,204,170). Sum of RGB (Red+Green+Blue) = 232+204+170=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CCAA is #173355. Grayscale: #D0D0D0. Windows color (decimal): -1520470 or 11193576. OLE color: 11193576.

HSL color Cylindrical-coordinate representation of color #E8CCAA: hue angle of 32.9º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E8CCAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 204 170 -
CMYK 0 0.12 0.27 0.09
HSL 32.9º 0.57% 0.79% -
HSV(B) 32.9º 0.27% 0.91% -
XYZ 62.13 63.24 46.96 -
YUV 208.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 232 204 170 0 0.12 0.27 0.09 32.9 0.57 0.79
Hex E8 CC AA 0 C 1B 9 21 39 4F
Octal 350 314 252 0 14 33 11 41 71 117
Binary 11101000 11001100 10101010 0 1100 11011 1001 100001 111001 1001111

Color Harmonies of #E8CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CCAA

Black with #E8CCAA

Text Example


Text Example

White with #E8CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CCAA; }

 p { color: rgb(232,204,170); }

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

background-color css

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

 a { background-color: rgb(232,204,170); }

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

border-color css

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

 span { border-color: rgb(232,204,170); }

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