Html Css Color HEX #E5CCAA Givry

📋 copy color: '#E5CCAA'

red 229 ◦ green 204 ◦ blue 170

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

Shades of Givry #E5CCAA

Tints of Givry #E5CCAA

RGB

 RED value IS 229 (89.84% from 255) = 37.98%

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

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

R = 37.98%
G = 33.83%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E5CCAA (or 0xE5CCAA) is known color: Givry. HEX triplet: E5, CC and AA. RGB value is (229,204,170). Sum of RGB (Red+Green+Blue) = 229+204+170=603 (79% of max value = 765). Red value is 229 (89.84% from 255 or 37.98% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAA is #1A3355. Grayscale: #CFCFCF. Windows color (decimal): -1717078 or 11193573. OLE color: 11193573.

HSL color Cylindrical-coordinate representation of color #E5CCAA: hue angle of 34.58º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E5CCAA is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 204 170 -
CMYK 0 0.11 0.26 0.10
HSL 34.58º 0.53% 0.78% -
HSV(B) 34.58º 0.26% 0.9% -
XYZ 61.16 62.75 46.92 -
YUV 207.6 106.78 143.26 -
System Red Green Blue C M Y K H S L
Decimal 229 204 170 0 0.11 0.26 0.10 34.58 0.53 0.78
Hex E5 CC AA 0 B 1A A 23 35 4E
Octal 345 314 252 0 13 32 12 43 65 116
Binary 11100101 11001100 10101010 0 1011 11010 1010 100011 110101 1001110

Color Harmonies of #E5CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CCAA

Black with #E5CCAA

Text Example


Text Example

White with #E5CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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