Html Css Color HEX #E7D29A Double Colonial White
📋 copy color: '#E7D29A'red 231 ◦ green 210 ◦ blue 154
Shades of Double Colonial White #E7D29A
Tints of Double Colonial White #E7D29A
RGB
CMYK
RGB Variations
Color information
#E7D29A (or 0xE7D29A) is known color: Double Colonial White. HEX triplet: E7, D2 and 9A. RGB value is (231,210,154). Sum of RGB (Red+Green+Blue) = 231+210+154=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 154 (60.55% from 255 or 25.88% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7D29A is #182D65. Grayscale: #D2D2D2. Windows color (decimal): -1584486 or 10146535. OLE color: 10146535.
HSL color Cylindrical-coordinate representation of color #E7D29A: hue angle of 43.64º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E7D29A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 154 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.09 |
| HSL | 43.64º | 0.62% | 0.75% | - |
| HSV(B) | 43.64º | 0.33% | 0.91% | - |
| XYZ | 61.83 | 65.42 | 39.94 | - |
| YUV | 209.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 154 | 0 | 0.09 | 0.33 | 0.09 | 43.64 | 0.62 | 0.75 |
| Hex | E7 | D2 | 9A | 0 | 9 | 21 | 9 | 2C | 3E | 4B |
| Octal | 347 | 322 | 232 | 0 | 11 | 41 | 11 | 54 | 76 | 113 |
| Binary | 11100111 | 11010010 | 10011010 | 0 | 1001 | 100001 | 1001 | 101100 | 111110 | 1001011 |
Color Harmonies of #E7D29A
Complementary color
Monochromatic Colors of #E7D29A
Black with #E7D29A
Text Example
Text Example
White with #E7D29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D29A; }
p { color: rgb(231,210,154); }
H1.HeaderClassName
{
color: #E7D29A;
}
.AnyTagClassName
{
color: #E7D29A;
}
</style>
background-color css
<style>
a { background-color: #E7D29A; }
a { background-color: rgb(231,210,154); }
div.DivClassName
{
background-color: #E7D29A;
}
.BgClassName
{
background-color: #E7D29A;
}
</style>
border-color css
<style>
span { border-color: #E7D29A; }
span { border-color: rgb(231,210,154); }
td.TdClassName
{
border-color: #E7D29A;
}
.TagClassName
{
border-color: #E7D29A;
}
</style>