#E9CDAA

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

Shades of Givry #E9CDAA

Tints of Givry #E9CDAA

Color information

#E9CDAA (or 0xE9CDAA) is unknown color: approx Givry. HEX triplet: E9, CD and AA. RGB value is (233,205,170). Sum of RGB (Red+Green+Blue) = 233+205+170=608 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.32% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CDAA is #163255. Grayscale: #D1D1D1. Windows color (decimal): -1454678 or 11193833. OLE color: 11193833.

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

Color convert

RGB233205170-
CMYK00.120.270.09
HSL33.33º58.88%79.02%-
HSV(B)33.33º27.04%91.37%-
XYZ62.6963.8947.06-
YUV209.38105.78144.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.32%
GREEN value IS 205 (80.47% from 255) = 33.72%
BLUE value IS 170 (66.80% from 255) = 27.96%
R=38.32%
G=33.72%
B=27.96%

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
Decimal23320517000.120.270.0933.3358.8879.02
HexE9CDAA0C1B9213b4f
Octal35131525201433114173117
Binary111010011100110110101010011001101110011000011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9CDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9CDAA; }

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

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

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

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

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

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

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

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