#E4CCAC

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

Shades of Givry #E4CCAC

Tints of Givry #E4CCAC

Color information

#E4CCAC (or 0xE4CCAC) is unknown color: approx Givry. HEX triplet: E4, CC and AC. RGB value is (228,204,172). Sum of RGB (Red+Green+Blue) = 228+204+172=604 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.75% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 172 (67.58% from 255 or 28.48% from 604); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CCAC is #1B3353. Grayscale: #CFCFCF. Windows color (decimal): -1782612 or 11324644. OLE color: 11324644.

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

Color convert

RGB228204172-
CMYK00.110.250.11
HSL34.29º50.91%78.43%-
HSV(B)34.29º24.56%89.41%-
XYZ61.0362.6647.91-
YUV207.53107.95142.6-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.75%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 172 (67.58% from 255) = 28.48%
R=37.75%
G=33.77%
B=28.48%

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
Decimal22820417200.110.250.1134.2950.9178.43
HexE4CCAC0B19B22334e
Octal34431425401331134263116
Binary111001001100110010101100010111100110111000101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CCAC; }

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

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

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

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

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

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

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

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