Html Css Color HEX #E1C992 Double Colonial White
📋 copy color: '#E1C992'red 225 ◦ green 201 ◦ blue 146
Shades of Double Colonial White #E1C992
Tints of Double Colonial White #E1C992
RGB
CMYK
RGB Variations
Color information
#E1C992 (or 0xE1C992) is known color: Double Colonial White. HEX triplet: E1, C9 and 92. RGB value is (225,201,146). Sum of RGB (Red+Green+Blue) = 225+201+146=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 146 (57.42% from 255 or 25.52% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C992 is #1E366D. Grayscale: #CACACA. Windows color (decimal): -1980014 or 9619937. OLE color: 9619937.
HSL color Cylindrical-coordinate representation of color #E1C992: hue angle of 41.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E1C992 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 201 | 146 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.12 |
| HSL | 41.77º | 0.57% | 0.73% | - |
| HSV(B) | 41.77º | 0.35% | 0.88% | - |
| XYZ | 57.13 | 59.86 | 35.74 | - |
| YUV | 201.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 201 | 146 | 0 | 0.11 | 0.35 | 0.12 | 41.77 | 0.57 | 0.73 |
| Hex | E1 | C9 | 92 | 0 | B | 23 | C | 2A | 39 | 49 |
| Octal | 341 | 311 | 222 | 0 | 13 | 43 | 14 | 52 | 71 | 111 |
| Binary | 11100001 | 11001001 | 10010010 | 0 | 1011 | 100011 | 1100 | 101010 | 111001 | 1001001 |
Color Harmonies of #E1C992
Complementary color
Monochromatic Colors of #E1C992
Black with #E1C992
Text Example
Text Example
White with #E1C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C992; }
p { color: rgb(225,201,146); }
H1.HeaderClassName
{
color: #E1C992;
}
.AnyTagClassName
{
color: #E1C992;
}
</style>
background-color css
<style>
a { background-color: #E1C992; }
a { background-color: rgb(225,201,146); }
div.DivClassName
{
background-color: #E1C992;
}
.BgClassName
{
background-color: #E1C992;
}
</style>
border-color css
<style>
span { border-color: #E1C992; }
span { border-color: rgb(225,201,146); }
td.TdClassName
{
border-color: #E1C992;
}
.TagClassName
{
border-color: #E1C992;
}
</style>