#E1CBAC

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

Shades of Givry #E1CBAC

Tints of Givry #E1CBAC

Color information

#E1CBAC (or 0xE1CBAC) is unknown color: approx Givry. HEX triplet: E1, CB and AC. RGB value is (225,203,172). Sum of RGB (Red+Green+Blue) = 225+203+172=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 203 (79.69% from 255 or 33.83% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CBAC is #1E3453. Grayscale: #CECECE. Windows color (decimal): -1979476 or 11324385. OLE color: 11324385.

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

Color convert

RGB225203172-
CMYK00.100.240.12
HSL35.09º46.9%77.84%-
HSV(B)35.09º23.56%88.24%-
XYZ59.8561.747.78-
YUV206.04108.79141.52-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 203 (79.69% from 255) = 33.83%
BLUE value IS 172 (67.58% from 255) = 28.67%
R=37.5%
G=33.83%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520317200.100.240.1235.0946.977.84
HexE1CBAC0A18C232f4e
Octal34131325401230144357116
Binary111000011100101110101100010101100011001000111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBAC; }

 p { color: rgb(225,203,172); }

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

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

 a { background-color: rgb(225,203,172); }

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

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

 span { border-color: rgb(225,203,172); }

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