#E3CCAE

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

Shades of Givry #E3CCAE

Tints of Givry #E3CCAE

Color information

#E3CCAE (or 0xE3CCAE) is unknown color: approx Givry. HEX triplet: E3, CC and AE. RGB value is (227,204,174). Sum of RGB (Red+Green+Blue) = 227+204+174=605 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.52% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CCAE is #1C3351. Grayscale: #CFCFCF. Windows color (decimal): -1848146 or 11455715. OLE color: 11455715.

HSL color Cylindrical-coordinate representation of color #E3CCAE: hue angle of 33.96º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E3CCAE is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB227204174-
CMYK00.100.230.11
HSL33.96º48.62%78.63%-
HSV(B)33.96º23.35%89.02%-
XYZ60.9162.5748.91-
YUV207.46109.12141.94-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.52%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=37.52%
G=33.72%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22720417400.100.230.1133.9648.6278.63
HexE3CCAE0A17B22314f
Octal34331425601227134261117
Binary111000111100110010101110010101011110111000101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3CCAE; }

 p { color: rgb(227,204,174); }

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

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

 a { background-color: rgb(227,204,174); }

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

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

 span { border-color: rgb(227,204,174); }

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