#E9D2AF

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

Shades of Givry #E9D2AF

Tints of Givry #E9D2AF

Color information

#E9D2AF (or 0xE9D2AF) is unknown color: approx Givry. HEX triplet: E9, D2 and AF. RGB value is (233,210,175). Sum of RGB (Red+Green+Blue) = 233+210+175=618 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.70% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 175 (68.75% from 255 or 28.32% from 618); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D2AF is #162D50. Grayscale: #D5D5D5. Windows color (decimal): -1453393 or 11522793. OLE color: 11522793.

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

Color convert

RGB233210175-
CMYK00.100.250.09
HSL36.21º56.86%80%-
HSV(B)36.21º24.89%91.37%-
XYZ64.3966.5150-
YUV212.89106.62142.35-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.70%
GREEN value IS 210 (82.42% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 28.32%
R=37.70%
G=33.98%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321017500.100.250.0936.2156.8680
HexE9D2AF0A199243950
Octal35132225701231114471120
Binary111010011101001010101111010101100110011001001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2AF; }

 p { color: rgb(233,210,175); }

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

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

 a { background-color: rgb(233,210,175); }

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

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

 span { border-color: rgb(233,210,175); }

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