Html Css Color HEX #E2CF96 Double Colonial White
📋 copy color: '#E2CF96'red 226 ◦ green 207 ◦ blue 150
Shades of Double Colonial White #E2CF96
Tints of Double Colonial White #E2CF96
RGB
CMYK
RGB Variations
Color information
#E2CF96 (or 0xE2CF96) is known color: Double Colonial White. HEX triplet: E2, CF and 96. RGB value is (226,207,150). Sum of RGB (Red+Green+Blue) = 226+207+150=583 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.77% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CF96 is #1D3069. Grayscale: #CECECE. Windows color (decimal): -1912938 or 9883618. OLE color: 9883618.
HSL color Cylindrical-coordinate representation of color #E2CF96: hue angle of 45º degrees, saturation: 0.57, 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 #E2CF96 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 150 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.11 |
| HSL | 45º | 0.57% | 0.74% | - |
| HSV(B) | 45º | 0.34% | 0.89% | - |
| XYZ | 59.18 | 63 | 37.89 | - |
| YUV | 206.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 150 | 0 | 0.08 | 0.34 | 0.11 | 45 | 0.57 | 0.74 |
| Hex | E2 | CF | 96 | 0 | 8 | 22 | B | 2D | 39 | 4A |
| Octal | 342 | 317 | 226 | 0 | 10 | 42 | 13 | 55 | 71 | 112 |
| Binary | 11100010 | 11001111 | 10010110 | 0 | 1000 | 100010 | 1011 | 101101 | 111001 | 1001010 |
Color Harmonies of #E2CF96
Complementary color
Monochromatic Colors of #E2CF96
Black with #E2CF96
Text Example
Text Example
White with #E2CF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF96; }
p { color: rgb(226,207,150); }
H1.HeaderClassName
{
color: #E2CF96;
}
.AnyTagClassName
{
color: #E2CF96;
}
</style>
background-color css
<style>
a { background-color: #E2CF96; }
a { background-color: rgb(226,207,150); }
div.DivClassName
{
background-color: #E2CF96;
}
.BgClassName
{
background-color: #E2CF96;
}
</style>
border-color css
<style>
span { border-color: #E2CF96; }
span { border-color: rgb(226,207,150); }
td.TdClassName
{
border-color: #E2CF96;
}
.TagClassName
{
border-color: #E2CF96;
}
</style>