#E9D2B1

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

Shades of Givry #E9D2B1

Tints of Givry #E9D2B1

Color information

#E9D2B1 (or 0xE9D2B1) is unknown color: approx Givry. HEX triplet: E9, D2 and B1. RGB value is (233,210,177). Sum of RGB (Red+Green+Blue) = 233+210+177=620 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.58% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 177 (69.53% from 255 or 28.55% from 620); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D2B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D2B1 is #162D4E. Grayscale: #D5D5D5. Windows color (decimal): -1453391 or 11653865. OLE color: 11653865.

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

Color convert

RGB233210177-
CMYK00.100.240.09
HSL35.36º56%80.39%-
HSV(B)35.36º24.03%91.37%-
XYZ64.5966.5951.04-
YUV213.12107.62142.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.58%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 177 (69.53% from 255) = 28.55%
R=37.58%
G=33.87%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321017700.100.240.0935.365680.39
HexE9D2B10A189233850
Octal35132226101230114370120
Binary111010011101001010110001010101100010011000111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D2B1; }

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

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

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

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

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

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

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

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