Html Css Color HEX #E5CF92 Double Colonial White
📋 copy color: '#E5CF92'red 229 ◦ green 207 ◦ blue 146
Shades of Double Colonial White #E5CF92
Tints of Double Colonial White #E5CF92
RGB
CMYK
RGB Variations
Color information
#E5CF92 (or 0xE5CF92) is known color: Double Colonial White. HEX triplet: E5, CF and 92. RGB value is (229,207,146). Sum of RGB (Red+Green+Blue) = 229+207+146=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 146 (57.42% from 255 or 25.09% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF92 is #1A306D. Grayscale: #CECECE. Windows color (decimal): -1716334 or 9621477. OLE color: 9621477.
HSL color Cylindrical-coordinate representation of color #E5CF92: hue angle of 44.1º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5CF92 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 146 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.10 |
| HSL | 44.1º | 0.61% | 0.74% | - |
| HSV(B) | 44.1º | 0.36% | 0.9% | - |
| XYZ | 59.81 | 63.36 | 36.27 | - |
| YUV | 206.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 146 | 0 | 0.10 | 0.36 | 0.10 | 44.1 | 0.61 | 0.74 |
| Hex | E5 | CF | 92 | 0 | A | 24 | A | 2C | 3D | 4A |
| Octal | 345 | 317 | 222 | 0 | 12 | 44 | 12 | 54 | 75 | 112 |
| Binary | 11100101 | 11001111 | 10010010 | 0 | 1010 | 100100 | 1010 | 101100 | 111101 | 1001010 |
Color Harmonies of #E5CF92
Complementary color
Monochromatic Colors of #E5CF92
Black with #E5CF92
Text Example
Text Example
White with #E5CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF92; }
p { color: rgb(229,207,146); }
H1.HeaderClassName
{
color: #E5CF92;
}
.AnyTagClassName
{
color: #E5CF92;
}
</style>
background-color css
<style>
a { background-color: #E5CF92; }
a { background-color: rgb(229,207,146); }
div.DivClassName
{
background-color: #E5CF92;
}
.BgClassName
{
background-color: #E5CF92;
}
</style>
border-color css
<style>
span { border-color: #E5CF92; }
span { border-color: rgb(229,207,146); }
td.TdClassName
{
border-color: #E5CF92;
}
.TagClassName
{
border-color: #E5CF92;
}
</style>