#E9CEAA

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

Shades of Givry #E9CEAA

Tints of Givry #E9CEAA

Color information

#E9CEAA (or 0xE9CEAA) is unknown color: approx Givry. HEX triplet: E9, CE and AA. RGB value is (233,206,170). Sum of RGB (Red+Green+Blue) = 233+206+170=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CEAA is #163155. Grayscale: #D2D2D2. Windows color (decimal): -1454422 or 11194089. OLE color: 11194089.

HSL color Cylindrical-coordinate representation of color #E9CEAA: hue angle of 34.29º 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 #E9CEAA is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB233206170-
CMYK00.120.270.09
HSL34.29º58.88%79.02%-
HSV(B)34.29º27.04%91.37%-
XYZ62.9364.3747.14-
YUV209.97105.45144.43-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=38.26%
G=33.83%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23320617000.120.270.0934.2958.8879.02
HexE9CEAA0C1B9223b4f
Octal35131625201433114273117
Binary111010011100111010101010011001101110011000101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CEAA; }

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

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

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

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

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

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

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

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