#E2CBAB

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

Shades of Givry #E2CBAB

Tints of Givry #E2CBAB

Color information

#E2CBAB (or 0xE2CBAB) is unknown color: approx Givry. HEX triplet: E2, CB and AB. RGB value is (226,203,171). Sum of RGB (Red+Green+Blue) = 226+203+171=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CBAB is #1D3454. Grayscale: #CECECE. Windows color (decimal): -1913941 or 11258850. OLE color: 11258850.

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

Color convert

RGB226203171-
CMYK00.100.240.11
HSL34.91º48.67%77.84%-
HSV(B)34.91º24.34%88.63%-
XYZ60.0761.8247.29-
YUV206.23108.12142.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.67%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=37.67%
G=33.83%
B=28.5%

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
Decimal22620317100.100.240.1134.9148.6777.84
HexE2CBAB0A18B23314e
Octal34231325301230134361116
Binary111000101100101110101011010101100010111000111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBAB; }

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

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

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

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

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

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

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

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