#E9CFAE

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

Shades of Givry #E9CFAE

Tints of Givry #E9CFAE

Color information

#E9CFAE (or 0xE9CFAE) is unknown color: approx Givry. HEX triplet: E9, CF and AE. RGB value is (233,207,174). Sum of RGB (Red+Green+Blue) = 233+207+174=614 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.95% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CFAE is #163051. Grayscale: #D3D3D3. Windows color (decimal): -1454162 or 11456489. OLE color: 11456489.

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

Color convert

RGB233207174-
CMYK00.110.250.09
HSL33.56º57.28%79.8%-
HSV(B)33.56º25.32%91.37%-
XYZ63.5665.0149.24-
YUV211.01107.11143.68-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.95%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 174 (68.36% from 255) = 28.34%
R=37.95%
G=33.71%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320717400.110.250.0933.5657.2879.8
HexE9CFAE0B199223950
Octal35131725601331114271120
Binary111010011100111110101110010111100110011000101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CFAE; }

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

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

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

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

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

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

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

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