#E2CCAE

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

Shades of Givry #E2CCAE

Tints of Givry #E2CCAE

Color information

#E2CCAE (or 0xE2CCAE) is unknown color: approx Givry. HEX triplet: E2, CC and AE. RGB value is (226,204,174). Sum of RGB (Red+Green+Blue) = 226+204+174=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CCAE is #1D3351. Grayscale: #CFCFCF. Windows color (decimal): -1913682 or 11455714. OLE color: 11455714.

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

Color convert

RGB226204174-
CMYK00.100.230.11
HSL34.62º47.27%78.43%-
HSV(B)34.62º23.01%88.63%-
XYZ60.662.4148.9-
YUV207.16109.29141.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=37.42%
G=33.77%
B=28.81%

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
Decimal22620417400.100.230.1134.6247.2778.43
HexE2CCAE0A17B232f4e
Octal34231425601227134357116
Binary111000101100110010101110010101011110111000111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CCAE; }

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

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

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

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

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

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

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

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