#E1CCAB

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

Shades of Givry #E1CCAB

Tints of Givry #E1CCAB

Color information

#E1CCAB (or 0xE1CCAB) is unknown color: approx Givry. HEX triplet: E1, CC and AB. RGB value is (225,204,171). Sum of RGB (Red+Green+Blue) = 225+204+171=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CCAB is #1E3354. Grayscale: #CECECE. Windows color (decimal): -1979221 or 11259105. OLE color: 11259105.

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

Color convert

RGB225204171-
CMYK00.090.240.12
HSL36.67º47.37%77.65%-
HSV(B)36.67º24%88.24%-
XYZ59.9962.1347.36-
YUV206.52107.96141.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.5%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=37.5%
G=34%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520417100.090.240.1236.6747.3777.65
HexE1CCAB0918C252f4e
Octal34131425301130144557116
Binary111000011100110010101011010011100011001001011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CCAB; }

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

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

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

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

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

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

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

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