#E4CCAA

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

Shades of Givry #E4CCAA

Tints of Givry #E4CCAA

Color information

#E4CCAA (or 0xE4CCAA) is unknown color: approx Givry. HEX triplet: E4, CC and AA. RGB value is (228,204,170). Sum of RGB (Red+Green+Blue) = 228+204+170=602 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.87% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CCAA is #1B3355. Grayscale: #CFCFCF. Windows color (decimal): -1782614 or 11193572. OLE color: 11193572.

HSL color Cylindrical-coordinate representation of color #E4CCAA: hue angle of 35.17º degrees, saturation: 0.52, 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 #E4CCAA is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB228204170-
CMYK00.110.250.11
HSL35.17º51.79%78.04%-
HSV(B)35.17º25.44%89.41%-
XYZ60.8462.5846.9-
YUV207.3106.95142.76-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.87%
GREEN value IS 204 (80.08% from 255) = 33.89%
BLUE value IS 170 (66.80% from 255) = 28.24%
R=37.87%
G=33.89%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22820417000.110.250.1135.1751.7978.04
HexE4CCAA0B19B23344e
Octal34431425201331134364116
Binary111001001100110010101010010111100110111000111101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCAA; }

 p { color: rgb(228,204,170); }

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

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

 a { background-color: rgb(228,204,170); }

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

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

 span { border-color: rgb(228,204,170); }

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