#E9D29B

Color #E9D29B Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #E9D29B

Tints of Double Colonial White #E9D29B

Color information

#E9D29B (or 0xE9D29B) is unknown color: approx Double Colonial White. HEX triplet: E9, D2 and 9B. RGB value is (233,210,155). Sum of RGB (Red+Green+Blue) = 233+210+155=598 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.96% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 155 (60.94% from 255 or 25.92% from 598); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9D29B is #162D64. Grayscale: #D2D2D2. Windows color (decimal): -1453413 or 10212073. OLE color: 10212073.

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

Color convert

RGB233210155-
CMYK00.100.330.09
HSL42.31º63.93%76.08%-
HSV(B)42.31º33.48%91.37%-
XYZ62.5765.7840.41-
YUV210.6196.62143.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.96%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 155 (60.94% from 255) = 25.92%
R=38.96%
G=35.12%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321015500.100.330.0942.3163.9376.08
HexE9D29B0A2192a404c
Octal351322233012411152100114
Binary11101001110100101001101101010100001100110101010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9D29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9D29B; }

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

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

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

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

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

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

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

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