Html Css Color HEX #E5CB92 Double Colonial White
📋 copy color: '#E5CB92'red 229 ◦ green 203 ◦ blue 146
Shades of Double Colonial White #E5CB92
Tints of Double Colonial White #E5CB92
RGB
CMYK
RGB Variations
Color information
#E5CB92 (or 0xE5CB92) is known color: Double Colonial White. HEX triplet: E5, CB and 92. RGB value is (229,203,146). Sum of RGB (Red+Green+Blue) = 229+203+146=578 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.62% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CB92 is #1A346D. Grayscale: #CCCCCC. Windows color (decimal): -1717358 or 9620453. OLE color: 9620453.
HSL color Cylindrical-coordinate representation of color #E5CB92: hue angle of 41.2º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E5CB92 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 146 | - |
| CMYK | 0 | 0.11 | 0.36 | 0.10 |
| HSL | 41.2º | 0.61% | 0.74% | - |
| HSV(B) | 41.2º | 0.36% | 0.9% | - |
| XYZ | 58.86 | 61.45 | 35.95 | - |
| YUV | 204.28 | 95.11 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 146 | 0 | 0.11 | 0.36 | 0.10 | 41.2 | 0.61 | 0.74 |
| Hex | E5 | CB | 92 | 0 | B | 24 | A | 29 | 3D | 4A |
| Octal | 345 | 313 | 222 | 0 | 13 | 44 | 12 | 51 | 75 | 112 |
| Binary | 11100101 | 11001011 | 10010010 | 0 | 1011 | 100100 | 1010 | 101001 | 111101 | 1001010 |
Color Harmonies of #E5CB92
Complementary color
Monochromatic Colors of #E5CB92
Black with #E5CB92
Text Example
Text Example
White with #E5CB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB92; }
p { color: rgb(229,203,146); }
H1.HeaderClassName
{
color: #E5CB92;
}
.AnyTagClassName
{
color: #E5CB92;
}
</style>
background-color css
<style>
a { background-color: #E5CB92; }
a { background-color: rgb(229,203,146); }
div.DivClassName
{
background-color: #E5CB92;
}
.BgClassName
{
background-color: #E5CB92;
}
</style>
border-color css
<style>
span { border-color: #E5CB92; }
span { border-color: rgb(229,203,146); }
td.TdClassName
{
border-color: #E5CB92;
}
.TagClassName
{
border-color: #E5CB92;
}
</style>