Html Css Color HEX #E7CF92 Double Colonial White
📋 copy color: '#E7CF92'red 231 ◦ green 207 ◦ blue 146
Shades of Double Colonial White #E7CF92
Tints of Double Colonial White #E7CF92
RGB
CMYK
RGB Variations
Color information
#E7CF92 (or 0xE7CF92) is known color: Double Colonial White. HEX triplet: E7, CF and 92. RGB value is (231,207,146). Sum of RGB (Red+Green+Blue) = 231+207+146=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 146 (57.42% from 255 or 25% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7CF92 is #18306D. Grayscale: #CFCFCF. Windows color (decimal): -1585262 or 9621479. OLE color: 9621479.
HSL color Cylindrical-coordinate representation of color #E7CF92: hue angle of 43.06º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E7CF92 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 207 | 146 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.09 |
| HSL | 43.06º | 0.64% | 0.74% | - |
| HSV(B) | 43.06º | 0.37% | 0.91% | - |
| XYZ | 60.46 | 63.69 | 36.3 | - |
| YUV | 207.22 | 93.45 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 207 | 146 | 0 | 0.10 | 0.37 | 0.09 | 43.06 | 0.64 | 0.74 |
| Hex | E7 | CF | 92 | 0 | A | 25 | 9 | 2B | 40 | 4A |
| Octal | 347 | 317 | 222 | 0 | 12 | 45 | 11 | 53 | 100 | 112 |
| Binary | 11100111 | 11001111 | 10010010 | 0 | 1010 | 100101 | 1001 | 101011 | 1000000 | 1001010 |
Color Harmonies of #E7CF92
Complementary color
Monochromatic Colors of #E7CF92
Black with #E7CF92
Text Example
Text Example
White with #E7CF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CF92; }
p { color: rgb(231,207,146); }
H1.HeaderClassName
{
color: #E7CF92;
}
.AnyTagClassName
{
color: #E7CF92;
}
</style>
background-color css
<style>
a { background-color: #E7CF92; }
a { background-color: rgb(231,207,146); }
div.DivClassName
{
background-color: #E7CF92;
}
.BgClassName
{
background-color: #E7CF92;
}
</style>
border-color css
<style>
span { border-color: #E7CF92; }
span { border-color: rgb(231,207,146); }
td.TdClassName
{
border-color: #E7CF92;
}
.TagClassName
{
border-color: #E7CF92;
}
</style>