Html Css Color HEX #E5CF96 Double Colonial White
📋 copy color: '#E5CF96'red 229 ◦ green 207 ◦ blue 150
Shades of Double Colonial White #E5CF96
Tints of Double Colonial White #E5CF96
RGB
CMYK
RGB Variations
Color information
#E5CF96 (or 0xE5CF96) is known color: Double Colonial White. HEX triplet: E5, CF and 96. RGB value is (229,207,150). Sum of RGB (Red+Green+Blue) = 229+207+150=586 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.08% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CF96 is #1A3069. Grayscale: #CFCFCF. Windows color (decimal): -1716330 or 9883621. OLE color: 9883621.
HSL color Cylindrical-coordinate representation of color #E5CF96: hue angle of 43.29º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E5CF96 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 150 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.10 |
| HSL | 43.29º | 0.6% | 0.74% | - |
| HSV(B) | 43.29º | 0.34% | 0.9% | - |
| XYZ | 60.13 | 63.49 | 37.94 | - |
| YUV | 207.08 | 95.79 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 150 | 0 | 0.10 | 0.34 | 0.10 | 43.29 | 0.6 | 0.74 |
| Hex | E5 | CF | 96 | 0 | A | 22 | A | 2B | 3C | 4A |
| Octal | 345 | 317 | 226 | 0 | 12 | 42 | 12 | 53 | 74 | 112 |
| Binary | 11100101 | 11001111 | 10010110 | 0 | 1010 | 100010 | 1010 | 101011 | 111100 | 1001010 |
Color Harmonies of #E5CF96
Complementary color
Monochromatic Colors of #E5CF96
Black with #E5CF96
Text Example
Text Example
White with #E5CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF96; }
p { color: rgb(229,207,150); }
H1.HeaderClassName
{
color: #E5CF96;
}
.AnyTagClassName
{
color: #E5CF96;
}
</style>
background-color css
<style>
a { background-color: #E5CF96; }
a { background-color: rgb(229,207,150); }
div.DivClassName
{
background-color: #E5CF96;
}
.BgClassName
{
background-color: #E5CF96;
}
</style>
border-color css
<style>
span { border-color: #E5CF96; }
span { border-color: rgb(229,207,150); }
td.TdClassName
{
border-color: #E5CF96;
}
.TagClassName
{
border-color: #E5CF96;
}
</style>