Html Css Color HEX #E6CF95 Double Colonial White
📋 copy color: '#E6CF95'red 230 ◦ green 207 ◦ blue 149
Shades of Double Colonial White #E6CF95
Tints of Double Colonial White #E6CF95
RGB
CMYK
RGB Variations
Color information
#E6CF95 (or 0xE6CF95) is known color: Double Colonial White. HEX triplet: E6, CF and 95. RGB value is (230,207,149). Sum of RGB (Red+Green+Blue) = 230+207+149=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF95 is #19306A. Grayscale: #CFCFCF. Windows color (decimal): -1650795 or 9818086. OLE color: 9818086.
HSL color Cylindrical-coordinate representation of color #E6CF95: hue angle of 42.96º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E6CF95 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 149 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.10 |
| HSL | 42.96º | 0.62% | 0.74% | - |
| HSV(B) | 42.96º | 0.35% | 0.9% | - |
| XYZ | 60.37 | 63.62 | 37.53 | - |
| YUV | 207.27 | 95.12 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 149 | 0 | 0.10 | 0.35 | 0.10 | 42.96 | 0.62 | 0.74 |
| Hex | E6 | CF | 95 | 0 | A | 23 | A | 2B | 3E | 4A |
| Octal | 346 | 317 | 225 | 0 | 12 | 43 | 12 | 53 | 76 | 112 |
| Binary | 11100110 | 11001111 | 10010101 | 0 | 1010 | 100011 | 1010 | 101011 | 111110 | 1001010 |
Color Harmonies of #E6CF95
Complementary color
Monochromatic Colors of #E6CF95
Black with #E6CF95
Text Example
Text Example
White with #E6CF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF95; }
p { color: rgb(230,207,149); }
H1.HeaderClassName
{
color: #E6CF95;
}
.AnyTagClassName
{
color: #E6CF95;
}
</style>
background-color css
<style>
a { background-color: #E6CF95; }
a { background-color: rgb(230,207,149); }
div.DivClassName
{
background-color: #E6CF95;
}
.BgClassName
{
background-color: #E6CF95;
}
</style>
border-color css
<style>
span { border-color: #E6CF95; }
span { border-color: rgb(230,207,149); }
td.TdClassName
{
border-color: #E6CF95;
}
.TagClassName
{
border-color: #E6CF95;
}
</style>