Html Css Color HEX #E9D29B Double Colonial White
📋 copy color: '#E9D29B'red 233 ◦ green 210 ◦ blue 155
Shades of Double Colonial White #E9D29B
Tints of Double Colonial White #E9D29B
RGB
CMYK
RGB Variations
Color information
#E9D29B (or 0xE9D29B) is known color: 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
| RGB | 233 | 210 | 155 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.09 |
| HSL | 42.31º | 0.64% | 0.76% | - |
| HSV(B) | 42.31º | 0.33% | 0.91% | - |
| XYZ | 62.57 | 65.78 | 40.41 | - |
| YUV | 210.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 210 | 155 | 0 | 0.10 | 0.33 | 0.09 | 42.31 | 0.64 | 0.76 |
| Hex | E9 | D2 | 9B | 0 | A | 21 | 9 | 2A | 40 | 4C |
| Octal | 351 | 322 | 233 | 0 | 12 | 41 | 11 | 52 | 100 | 114 |
| Binary | 11101001 | 11010010 | 10011011 | 0 | 1010 | 100001 | 1001 | 101010 | 1000000 | 1001100 |
Color Harmonies of #E9D29B
Complementary color
Monochromatic Colors of #E9D29B
Black with #E9D29B
Text Example
Text Example
White with #E9D29B
Text Example
Text Example
HTML Codes & Css Web 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>