#E3CEAA

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

Shades of Givry #E3CEAA

Tints of Givry #E3CEAA

Color information

#E3CEAA (or 0xE3CEAA) is unknown color: approx Givry. HEX triplet: E3, CE and AA. RGB value is (227,206,170). Sum of RGB (Red+Green+Blue) = 227+206+170=603 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.65% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CEAA is #1C3155. Grayscale: #D0D0D0. Windows color (decimal): -1847638 or 11194083. OLE color: 11194083.

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

Color convert

RGB227206170-
CMYK00.090.250.11
HSL37.89º50.44%77.84%-
HSV(B)37.89º25.11%89.02%-
XYZ61.0163.3847.05-
YUV208.18106.46141.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.65%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=37.65%
G=34.16%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720617000.090.250.1137.8950.4477.84
HexE3CEAA0919B26324e
Octal34331625201131134662116
Binary111000111100111010101010010011100110111001101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CEAA; }

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

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

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

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

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

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

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

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