Html Css Color HEX #E4CB90 Double Colonial White
📋 copy color: '#E4CB90'red 228 ◦ green 203 ◦ blue 144
Shades of Double Colonial White #E4CB90
Tints of Double Colonial White #E4CB90
RGB
CMYK
RGB Variations
Color information
#E4CB90 (or 0xE4CB90) is known color: Double Colonial White. HEX triplet: E4, CB and 90. RGB value is (228,203,144). Sum of RGB (Red+Green+Blue) = 228+203+144=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4CB90 is #1B346F. Grayscale: #CCCCCC. Windows color (decimal): -1782896 or 9489380. OLE color: 9489380.
HSL color Cylindrical-coordinate representation of color #E4CB90: hue angle of 42.14º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E4CB90 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 203 | 144 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.11 |
| HSL | 42.14º | 0.61% | 0.73% | - |
| HSV(B) | 42.14º | 0.37% | 0.89% | - |
| XYZ | 58.38 | 61.22 | 35.12 | - |
| YUV | 203.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 203 | 144 | 0 | 0.11 | 0.37 | 0.11 | 42.14 | 0.61 | 0.73 |
| Hex | E4 | CB | 90 | 0 | B | 25 | B | 2A | 3D | 49 |
| Octal | 344 | 313 | 220 | 0 | 13 | 45 | 13 | 52 | 75 | 111 |
| Binary | 11100100 | 11001011 | 10010000 | 0 | 1011 | 100101 | 1011 | 101010 | 111101 | 1001001 |
Color Harmonies of #E4CB90
Complementary color
Monochromatic Colors of #E4CB90
Black with #E4CB90
Text Example
Text Example
White with #E4CB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CB90; }
p { color: rgb(228,203,144); }
H1.HeaderClassName
{
color: #E4CB90;
}
.AnyTagClassName
{
color: #E4CB90;
}
</style>
background-color css
<style>
a { background-color: #E4CB90; }
a { background-color: rgb(228,203,144); }
div.DivClassName
{
background-color: #E4CB90;
}
.BgClassName
{
background-color: #E4CB90;
}
</style>
border-color css
<style>
span { border-color: #E4CB90; }
span { border-color: rgb(228,203,144); }
td.TdClassName
{
border-color: #E4CB90;
}
.TagClassName
{
border-color: #E4CB90;
}
</style>