#E5CCAB

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

Shades of Givry #E5CCAB

Tints of Givry #E5CCAB

Color information

#E5CCAB (or 0xE5CCAB) is unknown color: approx Givry. HEX triplet: E5, CC and AB. RGB value is (229,204,171). Sum of RGB (Red+Green+Blue) = 229+204+171=604 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.91% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CCAB is #1A3354. Grayscale: #CFCFCF. Windows color (decimal): -1717077 or 11259109. OLE color: 11259109.

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

Color convert

RGB229204171-
CMYK00.110.250.10
HSL34.14º52.73%78.43%-
HSV(B)34.14º25.33%89.8%-
XYZ61.2662.7847.42-
YUV207.71107.28143.18-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.91%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=37.91%
G=33.77%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920417100.110.250.1034.1452.7378.43
HexE5CCAB0B19A22354e
Octal34531425301331124265116
Binary111001011100110010101011010111100110101000101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CCAB; }

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

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

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

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

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

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

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

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