#E1CEAA

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

Shades of Givry #E1CEAA

Tints of Givry #E1CEAA

Color information

#E1CEAA (or 0xE1CEAA) is unknown color: approx Givry. HEX triplet: E1, CE and AA. RGB value is (225,206,170). Sum of RGB (Red+Green+Blue) = 225+206+170=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CEAA is #1E3155. Grayscale: #CFCFCF. Windows color (decimal): -1978710 or 11194081. OLE color: 11194081.

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

Color convert

RGB225206170-
CMYK00.080.240.12
HSL39.27º47.83%77.45%-
HSV(B)39.27º24.44%88.24%-
XYZ60.3863.0547.02-
YUV207.58106.79140.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 37.44%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 170 (66.80% from 255) = 28.29%
R=37.44%
G=34.28%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520617000.080.240.1239.2747.8377.45
HexE1CEAA0818C27304d
Octal34131625201030144760115
Binary111000011100111010101010010001100011001001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CEAA; }

 p { color: rgb(225,206,170); }

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

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

 a { background-color: rgb(225,206,170); }

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

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

 span { border-color: rgb(225,206,170); }

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