Html Css Color HEX #E8CF90 Double Colonial White
📋 copy color: '#E8CF90'red 232 ◦ green 207 ◦ blue 144
Shades of Double Colonial White #E8CF90
Tints of Double Colonial White #E8CF90
RGB
CMYK
RGB Variations
Color information
#E8CF90 (or 0xE8CF90) is known color: Double Colonial White. HEX triplet: E8, CF and 90. RGB value is (232,207,144). Sum of RGB (Red+Green+Blue) = 232+207+144=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 144 (56.64% from 255 or 24.70% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CF90 is #17306F. Grayscale: #CFCFCF. Windows color (decimal): -1519728 or 9490408. OLE color: 9490408.
HSL color Cylindrical-coordinate representation of color #E8CF90: hue angle of 42.95º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8CF90 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 207 | 144 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.09 |
| HSL | 42.95º | 0.66% | 0.74% | - |
| HSV(B) | 42.95º | 0.38% | 0.91% | - |
| XYZ | 60.63 | 63.8 | 35.5 | - |
| YUV | 207.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 207 | 144 | 0 | 0.11 | 0.38 | 0.09 | 42.95 | 0.66 | 0.74 |
| Hex | E8 | CF | 90 | 0 | B | 26 | 9 | 2B | 42 | 4A |
| Octal | 350 | 317 | 220 | 0 | 13 | 46 | 11 | 53 | 102 | 112 |
| Binary | 11101000 | 11001111 | 10010000 | 0 | 1011 | 100110 | 1001 | 101011 | 1000010 | 1001010 |
Color Harmonies of #E8CF90
Complementary color
Monochromatic Colors of #E8CF90
Black with #E8CF90
Text Example
Text Example
White with #E8CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CF90; }
p { color: rgb(232,207,144); }
H1.HeaderClassName
{
color: #E8CF90;
}
.AnyTagClassName
{
color: #E8CF90;
}
</style>
background-color css
<style>
a { background-color: #E8CF90; }
a { background-color: rgb(232,207,144); }
div.DivClassName
{
background-color: #E8CF90;
}
.BgClassName
{
background-color: #E8CF90;
}
</style>
border-color css
<style>
span { border-color: #E8CF90; }
span { border-color: rgb(232,207,144); }
td.TdClassName
{
border-color: #E8CF90;
}
.TagClassName
{
border-color: #E8CF90;
}
</style>