Html Css Color HEX #E6CF94 Double Colonial White
📋 copy color: '#E6CF94'red 230 ◦ green 207 ◦ blue 148
Shades of Double Colonial White #E6CF94
Tints of Double Colonial White #E6CF94
RGB
CMYK
RGB Variations
Color information
#E6CF94 (or 0xE6CF94) is known color: Double Colonial White. HEX triplet: E6, CF and 94. RGB value is (230,207,148). Sum of RGB (Red+Green+Blue) = 230+207+148=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6CF94 is #19306B. Grayscale: #CFCFCF. Windows color (decimal): -1650796 or 9752550. OLE color: 9752550.
HSL color Cylindrical-coordinate representation of color #E6CF94: hue angle of 43.17º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6CF94 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 207 | 148 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.10 |
| HSL | 43.17º | 0.62% | 0.74% | - |
| HSV(B) | 43.17º | 0.36% | 0.9% | - |
| XYZ | 60.29 | 63.59 | 37.11 | - |
| YUV | 207.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 207 | 148 | 0 | 0.10 | 0.36 | 0.10 | 43.17 | 0.62 | 0.74 |
| Hex | E6 | CF | 94 | 0 | A | 24 | A | 2B | 3E | 4A |
| Octal | 346 | 317 | 224 | 0 | 12 | 44 | 12 | 53 | 76 | 112 |
| Binary | 11100110 | 11001111 | 10010100 | 0 | 1010 | 100100 | 1010 | 101011 | 111110 | 1001010 |
Color Harmonies of #E6CF94
Complementary color
Monochromatic Colors of #E6CF94
Black with #E6CF94
Text Example
Text Example
White with #E6CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CF94; }
p { color: rgb(230,207,148); }
H1.HeaderClassName
{
color: #E6CF94;
}
.AnyTagClassName
{
color: #E6CF94;
}
</style>
background-color css
<style>
a { background-color: #E6CF94; }
a { background-color: rgb(230,207,148); }
div.DivClassName
{
background-color: #E6CF94;
}
.BgClassName
{
background-color: #E6CF94;
}
</style>
border-color css
<style>
span { border-color: #E6CF94; }
span { border-color: rgb(230,207,148); }
td.TdClassName
{
border-color: #E6CF94;
}
.TagClassName
{
border-color: #E6CF94;
}
</style>