Html Css Color HEX #E3CF94 Double Colonial White
📋 copy color: '#E3CF94'red 227 ◦ green 207 ◦ blue 148
Shades of Double Colonial White #E3CF94
Tints of Double Colonial White #E3CF94
RGB
CMYK
RGB Variations
Color information
#E3CF94 (or 0xE3CF94) is known color: Double Colonial White. HEX triplet: E3, CF and 94. RGB value is (227,207,148). Sum of RGB (Red+Green+Blue) = 227+207+148=582 (77% of max value = 765). Red value is 227 (89.06% from 255 or 39.00% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CF94 is #1C306B. Grayscale: #CECECE. Windows color (decimal): -1847404 or 9752547. OLE color: 9752547.
HSL color Cylindrical-coordinate representation of color #E3CF94: hue angle of 44.81º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E3CF94 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 148 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.11 |
| HSL | 44.81º | 0.59% | 0.74% | - |
| HSV(B) | 44.81º | 0.35% | 0.89% | - |
| XYZ | 59.34 | 63.09 | 37.07 | - |
| YUV | 206.25 | 95.13 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 148 | 0 | 0.09 | 0.35 | 0.11 | 44.81 | 0.59 | 0.74 |
| Hex | E3 | CF | 94 | 0 | 9 | 23 | B | 2D | 3B | 4A |
| Octal | 343 | 317 | 224 | 0 | 11 | 43 | 13 | 55 | 73 | 112 |
| Binary | 11100011 | 11001111 | 10010100 | 0 | 1001 | 100011 | 1011 | 101101 | 111011 | 1001010 |
Color Harmonies of #E3CF94
Complementary color
Monochromatic Colors of #E3CF94
Black with #E3CF94
Text Example
Text Example
White with #E3CF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CF94; }
p { color: rgb(227,207,148); }
H1.HeaderClassName
{
color: #E3CF94;
}
.AnyTagClassName
{
color: #E3CF94;
}
</style>
background-color css
<style>
a { background-color: #E3CF94; }
a { background-color: rgb(227,207,148); }
div.DivClassName
{
background-color: #E3CF94;
}
.BgClassName
{
background-color: #E3CF94;
}
</style>
border-color css
<style>
span { border-color: #E3CF94; }
span { border-color: rgb(227,207,148); }
td.TdClassName
{
border-color: #E3CF94;
}
.TagClassName
{
border-color: #E3CF94;
}
</style>