Html Css Color HEX #E1CE90 Double Colonial White
📋 copy color: '#E1CE90'red 225 ◦ green 206 ◦ blue 144
Shades of Double Colonial White #E1CE90
Tints of Double Colonial White #E1CE90
RGB
CMYK
RGB Variations
Color information
#E1CE90 (or 0xE1CE90) is known color: Double Colonial White. HEX triplet: E1, CE and 90. RGB value is (225,206,144). Sum of RGB (Red+Green+Blue) = 225+206+144=575 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.13% from 575); Green value is 206 (80.86% from 255 or 35.83% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE90 is #1E316F. Grayscale: #CCCCCC. Windows color (decimal): -1978736 or 9490145. OLE color: 9490145.
HSL color Cylindrical-coordinate representation of color #E1CE90: hue angle of 45.93º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E1CE90 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 144 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.12 |
| HSL | 45.93º | 0.57% | 0.72% | - |
| HSV(B) | 45.93º | 0.36% | 0.88% | - |
| XYZ | 58.16 | 62.16 | 35.32 | - |
| YUV | 204.61 | 93.79 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 144 | 0 | 0.08 | 0.36 | 0.12 | 45.93 | 0.57 | 0.72 |
| Hex | E1 | CE | 90 | 0 | 8 | 24 | C | 2E | 39 | 48 |
| Octal | 341 | 316 | 220 | 0 | 10 | 44 | 14 | 56 | 71 | 110 |
| Binary | 11100001 | 11001110 | 10010000 | 0 | 1000 | 100100 | 1100 | 101110 | 111001 | 1001000 |
Color Harmonies of #E1CE90
Complementary color
Monochromatic Colors of #E1CE90
Black with #E1CE90
Text Example
Text Example
White with #E1CE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE90; }
p { color: rgb(225,206,144); }
H1.HeaderClassName
{
color: #E1CE90;
}
.AnyTagClassName
{
color: #E1CE90;
}
</style>
background-color css
<style>
a { background-color: #E1CE90; }
a { background-color: rgb(225,206,144); }
div.DivClassName
{
background-color: #E1CE90;
}
.BgClassName
{
background-color: #E1CE90;
}
</style>
border-color css
<style>
span { border-color: #E1CE90; }
span { border-color: rgb(225,206,144); }
td.TdClassName
{
border-color: #E1CE90;
}
.TagClassName
{
border-color: #E1CE90;
}
</style>