Html Css Color HEX #E2CF93 Double Colonial White
📋 copy color: '#E2CF93'red 226 ◦ green 207 ◦ blue 147
Shades of Double Colonial White #E2CF93
Tints of Double Colonial White #E2CF93
RGB
CMYK
RGB Variations
Color information
#E2CF93 (or 0xE2CF93) is known color: Double Colonial White. HEX triplet: E2, CF and 93. RGB value is (226,207,147). Sum of RGB (Red+Green+Blue) = 226+207+147=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 147 (57.81% from 255 or 25.34% from 580); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CF93 is #1D306C. Grayscale: #CECECE. Windows color (decimal): -1912941 or 9687010. OLE color: 9687010.
HSL color Cylindrical-coordinate representation of color #E2CF93: hue angle of 45.57º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E2CF93 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 207 | 147 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.11 |
| HSL | 45.57º | 0.58% | 0.73% | - |
| HSV(B) | 45.57º | 0.35% | 0.89% | - |
| XYZ | 58.94 | 62.9 | 36.64 | - |
| YUV | 205.84 | 94.79 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 207 | 147 | 0 | 0.08 | 0.35 | 0.11 | 45.57 | 0.58 | 0.73 |
| Hex | E2 | CF | 93 | 0 | 8 | 23 | B | 2E | 3A | 49 |
| Octal | 342 | 317 | 223 | 0 | 10 | 43 | 13 | 56 | 72 | 111 |
| Binary | 11100010 | 11001111 | 10010011 | 0 | 1000 | 100011 | 1011 | 101110 | 111010 | 1001001 |
Color Harmonies of #E2CF93
Complementary color
Monochromatic Colors of #E2CF93
Black with #E2CF93
Text Example
Text Example
White with #E2CF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CF93; }
p { color: rgb(226,207,147); }
H1.HeaderClassName
{
color: #E2CF93;
}
.AnyTagClassName
{
color: #E2CF93;
}
</style>
background-color css
<style>
a { background-color: #E2CF93; }
a { background-color: rgb(226,207,147); }
div.DivClassName
{
background-color: #E2CF93;
}
.BgClassName
{
background-color: #E2CF93;
}
</style>
border-color css
<style>
span { border-color: #E2CF93; }
span { border-color: rgb(226,207,147); }
td.TdClassName
{
border-color: #E2CF93;
}
.TagClassName
{
border-color: #E2CF93;
}
</style>