Html Css Color HEX #E7CF90 Double Colonial White
📋 copy color: '#E7CF90'red 231 ◦ green 207 ◦ blue 144
Shades of Double Colonial White #E7CF90
Tints of Double Colonial White #E7CF90
RGB
CMYK
RGB Variations
Color information
#E7CF90 (or 0xE7CF90) is known color: Double Colonial White. HEX triplet: E7, CF and 90. RGB value is (231,207,144). Sum of RGB (Red+Green+Blue) = 231+207+144=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 144 (56.64% from 255 or 24.74% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CF90 is #18306F. Grayscale: #CFCFCF. Windows color (decimal): -1585264 or 9490407. OLE color: 9490407.
HSL color Cylindrical-coordinate representation of color #E7CF90: hue angle of 43.45º degrees, saturation: 0.64, 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 #E7CF90 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 144 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.09 |
| HSL | 43.45º | 0.64% | 0.74% | - |
| HSV(B) | 43.45º | 0.38% | 0.91% | - |
| XYZ | 60.3 | 63.63 | 35.49 | - |
| YUV | 206.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 144 | 0 | 0.10 | 0.38 | 0.09 | 43.45 | 0.64 | 0.74 |
| Hex | E7 | CF | 90 | 0 | A | 26 | 9 | 2B | 40 | 4A |
| Octal | 347 | 317 | 220 | 0 | 12 | 46 | 11 | 53 | 100 | 112 |
| Binary | 11100111 | 11001111 | 10010000 | 0 | 1010 | 100110 | 1001 | 101011 | 1000000 | 1001010 |
Color Harmonies of #E7CF90
Complementary color
Monochromatic Colors of #E7CF90
Black with #E7CF90
Text Example
Text Example
White with #E7CF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF90; }
p { color: rgb(231,207,144); }
H1.HeaderClassName
{
color: #E7CF90;
}
.AnyTagClassName
{
color: #E7CF90;
}
</style>
background-color css
<style>
a { background-color: #E7CF90; }
a { background-color: rgb(231,207,144); }
div.DivClassName
{
background-color: #E7CF90;
}
.BgClassName
{
background-color: #E7CF90;
}
</style>
border-color css
<style>
span { border-color: #E7CF90; }
span { border-color: rgb(231,207,144); }
td.TdClassName
{
border-color: #E7CF90;
}
.TagClassName
{
border-color: #E7CF90;
}
</style>