Html Css Color HEX #E3CF9F Double Colonial White
📋 copy color: '#E3CF9F'red 227 ◦ green 207 ◦ blue 159
Shades of Double Colonial White #E3CF9F
Tints of Double Colonial White #E3CF9F
RGB
CMYK
RGB Variations
Color information
#E3CF9F (or 0xE3CF9F) is known color: Double Colonial White. HEX triplet: E3, CF and 9F. RGB value is (227,207,159). Sum of RGB (Red+Green+Blue) = 227+207+159=593 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.28% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CF9F is #1C3060. Grayscale: #CFCFCF. Windows color (decimal): -1847393 or 10473443. OLE color: 10473443.
HSL color Cylindrical-coordinate representation of color #E3CF9F: hue angle of 42.35º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E3CF9F is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 159 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.11 |
| HSL | 42.35º | 0.55% | 0.76% | - |
| HSV(B) | 42.35º | 0.3% | 0.89% | - |
| XYZ | 60.25 | 63.46 | 41.87 | - |
| YUV | 207.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 159 | 0 | 0.09 | 0.30 | 0.11 | 42.35 | 0.55 | 0.76 |
| Hex | E3 | CF | 9F | 0 | 9 | 1E | B | 2A | 37 | 4C |
| Octal | 343 | 317 | 237 | 0 | 11 | 36 | 13 | 52 | 67 | 114 |
| Binary | 11100011 | 11001111 | 10011111 | 0 | 1001 | 11110 | 1011 | 101010 | 110111 | 1001100 |
Color Harmonies of #E3CF9F
Complementary color
Monochromatic Colors of #E3CF9F
Black with #E3CF9F
Text Example
Text Example
White with #E3CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CF9F; }
p { color: rgb(227,207,159); }
H1.HeaderClassName
{
color: #E3CF9F;
}
.AnyTagClassName
{
color: #E3CF9F;
}
</style>
background-color css
<style>
a { background-color: #E3CF9F; }
a { background-color: rgb(227,207,159); }
div.DivClassName
{
background-color: #E3CF9F;
}
.BgClassName
{
background-color: #E3CF9F;
}
</style>
border-color css
<style>
span { border-color: #E3CF9F; }
span { border-color: rgb(227,207,159); }
td.TdClassName
{
border-color: #E3CF9F;
}
.TagClassName
{
border-color: #E3CF9F;
}
</style>