#E5CEAE

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

Shades of Givry #E5CEAE

Tints of Givry #E5CEAE

Color information

#E5CEAE (or 0xE5CEAE) is unknown color: approx Givry. HEX triplet: E5, CE and AE. RGB value is (229,206,174). Sum of RGB (Red+Green+Blue) = 229+206+174=609 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.60% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CEAE is #1A3151. Grayscale: #D1D1D1. Windows color (decimal): -1716562 or 11456229. OLE color: 11456229.

HSL color Cylindrical-coordinate representation of color #E5CEAE: hue angle of 34.91º 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 #E5CEAE is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229206174-
CMYK00.100.240.10
HSL34.91º51.4%79.02%-
HSV(B)34.91º24.02%89.8%-
XYZ62.0263.8649.1-
YUV209.23108.12142.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.60%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=37.60%
G=33.83%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920617400.100.240.1034.9151.479.02
HexE5CEAE0A18A23334f
Octal34531625601230124363117
Binary111001011100111010101110010101100010101000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CEAE; }

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

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

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

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

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

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

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

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