#E9CFAA

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

Shades of Givry #E9CFAA

Tints of Givry #E9CFAA

Color information

#E9CFAA (or 0xE9CFAA) is unknown color: approx Givry. HEX triplet: E9, CF and AA. RGB value is (233,207,170). Sum of RGB (Red+Green+Blue) = 233+207+170=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 170 (66.80% from 255 or 27.87% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFAA is #163055. Grayscale: #D2D2D2. Windows color (decimal): -1454166 or 11194345. OLE color: 11194345.

HSL color Cylindrical-coordinate representation of color #E9CFAA: hue angle of 35.24º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E9CFAA is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233207170-
CMYK00.110.270.09
HSL35.24º58.88%79.02%-
HSV(B)35.24º27.04%91.37%-
XYZ63.1764.8547.22-
YUV210.56105.11144.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.20%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 170 (66.80% from 255) = 27.87%
R=38.20%
G=33.93%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320717000.110.270.0935.2458.8879.02
HexE9CFAA0B1B9233b4f
Octal35131725201333114373117
Binary111010011100111110101010010111101110011000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFAA; }

 p { color: rgb(233,207,170); }

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

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

 a { background-color: rgb(233,207,170); }

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

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

 span { border-color: rgb(233,207,170); }

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