Html Css Color HEX #E1CB94 Double Colonial White
📋 copy color: '#E1CB94'red 225 ◦ green 203 ◦ blue 148
Shades of Double Colonial White #E1CB94
Tints of Double Colonial White #E1CB94
RGB
CMYK
RGB Variations
Color information
#E1CB94 (or 0xE1CB94) is known color: Double Colonial White. HEX triplet: E1, CB and 94. RGB value is (225,203,148). Sum of RGB (Red+Green+Blue) = 225+203+148=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 148 (58.20% from 255 or 25.69% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CB94 is #1E346B. Grayscale: #CBCBCB. Windows color (decimal): -1979500 or 9751521. OLE color: 9751521.
HSL color Cylindrical-coordinate representation of color #E1CB94: hue angle of 42.86º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E1CB94 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 148 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.12 |
| HSL | 42.86º | 0.56% | 0.73% | - |
| HSV(B) | 42.86º | 0.34% | 0.88% | - |
| XYZ | 57.75 | 60.86 | 36.72 | - |
| YUV | 203.31 | 96.79 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 148 | 0 | 0.10 | 0.34 | 0.12 | 42.86 | 0.56 | 0.73 |
| Hex | E1 | CB | 94 | 0 | A | 22 | C | 2B | 38 | 49 |
| Octal | 341 | 313 | 224 | 0 | 12 | 42 | 14 | 53 | 70 | 111 |
| Binary | 11100001 | 11001011 | 10010100 | 0 | 1010 | 100010 | 1100 | 101011 | 111000 | 1001001 |
Color Harmonies of #E1CB94
Complementary color
Monochromatic Colors of #E1CB94
Black with #E1CB94
Text Example
Text Example
White with #E1CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB94; }
p { color: rgb(225,203,148); }
H1.HeaderClassName
{
color: #E1CB94;
}
.AnyTagClassName
{
color: #E1CB94;
}
</style>
background-color css
<style>
a { background-color: #E1CB94; }
a { background-color: rgb(225,203,148); }
div.DivClassName
{
background-color: #E1CB94;
}
.BgClassName
{
background-color: #E1CB94;
}
</style>
border-color css
<style>
span { border-color: #E1CB94; }
span { border-color: rgb(225,203,148); }
td.TdClassName
{
border-color: #E1CB94;
}
.TagClassName
{
border-color: #E1CB94;
}
</style>