Html Css Color HEX #E3CF96 Double Colonial White
📋 copy color: '#E3CF96'red 227 ◦ green 207 ◦ blue 150
Shades of Double Colonial White #E3CF96
Tints of Double Colonial White #E3CF96
RGB
CMYK
RGB Variations
Color information
#E3CF96 (or 0xE3CF96) is known color: Double Colonial White. HEX triplet: E3, CF and 96. RGB value is (227,207,150). Sum of RGB (Red+Green+Blue) = 227+207+150=584 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.87% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3CF96 is #1C3069. Grayscale: #CECECE. Windows color (decimal): -1847402 or 9883619. OLE color: 9883619.
HSL color Cylindrical-coordinate representation of color #E3CF96: hue angle of 44.42º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3CF96 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 207 | 150 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.11 |
| HSL | 44.42º | 0.58% | 0.74% | - |
| HSV(B) | 44.42º | 0.34% | 0.89% | - |
| XYZ | 59.5 | 63.16 | 37.91 | - |
| YUV | 206.48 | 96.13 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 207 | 150 | 0 | 0.09 | 0.34 | 0.11 | 44.42 | 0.58 | 0.74 |
| Hex | E3 | CF | 96 | 0 | 9 | 22 | B | 2C | 3A | 4A |
| Octal | 343 | 317 | 226 | 0 | 11 | 42 | 13 | 54 | 72 | 112 |
| Binary | 11100011 | 11001111 | 10010110 | 0 | 1001 | 100010 | 1011 | 101100 | 111010 | 1001010 |
Color Harmonies of #E3CF96
Complementary color
Monochromatic Colors of #E3CF96
Black with #E3CF96
Text Example
Text Example
White with #E3CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3CF96; }
p { color: rgb(227,207,150); }
H1.HeaderClassName
{
color: #E3CF96;
}
.AnyTagClassName
{
color: #E3CF96;
}
</style>
background-color css
<style>
a { background-color: #E3CF96; }
a { background-color: rgb(227,207,150); }
div.DivClassName
{
background-color: #E3CF96;
}
.BgClassName
{
background-color: #E3CF96;
}
</style>
border-color css
<style>
span { border-color: #E3CF96; }
span { border-color: rgb(227,207,150); }
td.TdClassName
{
border-color: #E3CF96;
}
.TagClassName
{
border-color: #E3CF96;
}
</style>