Html Css Color HEX #E2CF90 Double Colonial White
📋 copy color: '#E2CF90'red 226 ◦ green 207 ◦ blue 144
Shades of Double Colonial White #E2CF90
Tints of Double Colonial White #E2CF90
RGB
CMYK
RGB Variations
Color information
#E2CF90 (or 0xE2CF90) is known color: Double Colonial White. HEX triplet: E2, CF and 90. RGB value is (226,207,144). Sum of RGB (Red+Green+Blue) = 226+207+144=577 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.17% from 577); Green value is 207 (81.25% from 255 or 35.88% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CF90 is #1D306F. Grayscale: #CDCDCD. Windows color (decimal): -1912944 or 9490402. OLE color: 9490402.
HSL color Cylindrical-coordinate representation of color #E2CF90: hue angle of 46.1º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2CF90 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 144 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.11 |
| HSL | 46.1º | 0.59% | 0.73% | - |
| HSV(B) | 46.1º | 0.36% | 0.89% | - |
| XYZ | 58.71 | 62.81 | 35.41 | - |
| YUV | 205.5 | 93.29 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 144 | 0 | 0.08 | 0.36 | 0.11 | 46.1 | 0.59 | 0.73 |
| Hex | E2 | CF | 90 | 0 | 8 | 24 | B | 2E | 3B | 49 |
| Octal | 342 | 317 | 220 | 0 | 10 | 44 | 13 | 56 | 73 | 111 |
| Binary | 11100010 | 11001111 | 10010000 | 0 | 1000 | 100100 | 1011 | 101110 | 111011 | 1001001 |
Color Harmonies of #E2CF90
Complementary color
Monochromatic Colors of #E2CF90
Black with #E2CF90
Text Example
Text Example
White with #E2CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF90; }
p { color: rgb(226,207,144); }
H1.HeaderClassName
{
color: #E2CF90;
}
.AnyTagClassName
{
color: #E2CF90;
}
</style>
background-color css
<style>
a { background-color: #E2CF90; }
a { background-color: rgb(226,207,144); }
div.DivClassName
{
background-color: #E2CF90;
}
.BgClassName
{
background-color: #E2CF90;
}
</style>
border-color css
<style>
span { border-color: #E2CF90; }
span { border-color: rgb(226,207,144); }
td.TdClassName
{
border-color: #E2CF90;
}
.TagClassName
{
border-color: #E2CF90;
}
</style>