Html Css Color HEX #E5D099 Double Colonial White
📋 copy color: '#E5D099'red 229 ◦ green 208 ◦ blue 153
Shades of Double Colonial White #E5D099
Tints of Double Colonial White #E5D099
RGB
CMYK
RGB Variations
Color information
#E5D099 (or 0xE5D099) is known color: Double Colonial White. HEX triplet: E5, D0 and 99. RGB value is (229,208,153). Sum of RGB (Red+Green+Blue) = 229+208+153=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 208 (81.64% from 255 or 35.25% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5D099 is #1A2F66. Grayscale: #D0D0D0. Windows color (decimal): -1716071 or 10080485. OLE color: 10080485.
HSL color Cylindrical-coordinate representation of color #E5D099: hue angle of 43.42º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E5D099 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 153 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.10 |
| HSL | 43.42º | 0.59% | 0.75% | - |
| HSV(B) | 43.42º | 0.33% | 0.9% | - |
| XYZ | 60.62 | 64.07 | 39.31 | - |
| YUV | 208.01 | 96.96 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 153 | 0 | 0.09 | 0.33 | 0.10 | 43.42 | 0.59 | 0.75 |
| Hex | E5 | D0 | 99 | 0 | 9 | 21 | A | 2B | 3B | 4B |
| Octal | 345 | 320 | 231 | 0 | 11 | 41 | 12 | 53 | 73 | 113 |
| Binary | 11100101 | 11010000 | 10011001 | 0 | 1001 | 100001 | 1010 | 101011 | 111011 | 1001011 |
Color Harmonies of #E5D099
Complementary color
Monochromatic Colors of #E5D099
Black with #E5D099
Text Example
Text Example
White with #E5D099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D099; }
p { color: rgb(229,208,153); }
H1.HeaderClassName
{
color: #E5D099;
}
.AnyTagClassName
{
color: #E5D099;
}
</style>
background-color css
<style>
a { background-color: #E5D099; }
a { background-color: rgb(229,208,153); }
div.DivClassName
{
background-color: #E5D099;
}
.BgClassName
{
background-color: #E5D099;
}
</style>
border-color css
<style>
span { border-color: #E5D099; }
span { border-color: rgb(229,208,153); }
td.TdClassName
{
border-color: #E5D099;
}
.TagClassName
{
border-color: #E5D099;
}
</style>