Html Css Color HEX #E1CE9A Double Colonial White
📋 copy color: '#E1CE9A'red 225 ◦ green 206 ◦ blue 154
Shades of Double Colonial White #E1CE9A
Tints of Double Colonial White #E1CE9A
RGB
CMYK
RGB Variations
Color information
#E1CE9A (or 0xE1CE9A) is known color: Double Colonial White. HEX triplet: E1, CE and 9A. RGB value is (225,206,154). Sum of RGB (Red+Green+Blue) = 225+206+154=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 154 (60.55% from 255 or 26.32% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CE9A is #1E3165. Grayscale: #CDCDCD. Windows color (decimal): -1978726 or 10145505. OLE color: 10145505.
HSL color Cylindrical-coordinate representation of color #E1CE9A: hue angle of 43.94º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1CE9A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 154 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.12 |
| HSL | 43.94º | 0.54% | 0.74% | - |
| HSV(B) | 43.94º | 0.32% | 0.88% | - |
| XYZ | 58.96 | 62.48 | 39.53 | - |
| YUV | 205.75 | 98.79 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 154 | 0 | 0.08 | 0.32 | 0.12 | 43.94 | 0.54 | 0.74 |
| Hex | E1 | CE | 9A | 0 | 8 | 20 | C | 2C | 36 | 4A |
| Octal | 341 | 316 | 232 | 0 | 10 | 40 | 14 | 54 | 66 | 112 |
| Binary | 11100001 | 11001110 | 10011010 | 0 | 1000 | 100000 | 1100 | 101100 | 110110 | 1001010 |
Color Harmonies of #E1CE9A
Complementary color
Monochromatic Colors of #E1CE9A
Black with #E1CE9A
Text Example
Text Example
White with #E1CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE9A; }
p { color: rgb(225,206,154); }
H1.HeaderClassName
{
color: #E1CE9A;
}
.AnyTagClassName
{
color: #E1CE9A;
}
</style>
background-color css
<style>
a { background-color: #E1CE9A; }
a { background-color: rgb(225,206,154); }
div.DivClassName
{
background-color: #E1CE9A;
}
.BgClassName
{
background-color: #E1CE9A;
}
</style>
border-color css
<style>
span { border-color: #E1CE9A; }
span { border-color: rgb(225,206,154); }
td.TdClassName
{
border-color: #E1CE9A;
}
.TagClassName
{
border-color: #E1CE9A;
}
</style>