#E2CCAB

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

Shades of Givry #E2CCAB

Tints of Givry #E2CCAB

Color information

#E2CCAB (or 0xE2CCAB) is unknown color: approx Givry. HEX triplet: E2, CC and AB. RGB value is (226,204,171). Sum of RGB (Red+Green+Blue) = 226+204+171=601 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.60% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCAB is #1D3354. Grayscale: #CECECE. Windows color (decimal): -1913685 or 11259106. OLE color: 11259106.

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

Color convert

RGB226204171-
CMYK00.100.240.11
HSL36º48.67%77.84%-
HSV(B)36º24.34%88.63%-
XYZ60.3162.2947.37-
YUV206.82107.79141.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.60%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=37.60%
G=33.94%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620417100.100.240.113648.6777.84
HexE2CCAB0A18B24314e
Octal34231425301230134461116
Binary111000101100110010101011010101100010111001001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCAB; }

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

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

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

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

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

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

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

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