#E5CCAE

Color #E5CCAE Givry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Givry #E5CCAE

Tints of Givry #E5CCAE

Color information

#E5CCAE (or 0xE5CCAE) is unknown color: approx Givry. HEX triplet: E5, CC and AE. RGB value is (229,204,174). Sum of RGB (Red+Green+Blue) = 229+204+174=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAE is #1A3351. Grayscale: #D0D0D0. Windows color (decimal): -1717074 or 11455717. OLE color: 11455717.

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

Color convert

RGB229204174-
CMYK00.110.240.10
HSL32.73º51.4%79.02%-
HSV(B)32.73º24.02%89.8%-
XYZ61.5562.948.94-
YUV208.06108.78142.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=37.73%
G=33.61%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920417400.110.240.1032.7351.479.02
HexE5CCAE0B18A21334f
Octal34531425601330124163117
Binary111001011100110010101110010111100010101000011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCAE; }

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

 H1.HeaderClassName
 {
   color: #E5CCAE;
 }
 .AnyTagClassName
 {
   color: #E5CCAE;
 }
</style>
background-color css

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

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

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

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

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

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