Shades of New Orleans #E5CB88
Tints of New Orleans #E5CB88
RGB
CMYK
RGB Variations
Color information
#E5CB88 (or 0xE5CB88) is known color: New Orleans. HEX triplet: E5, CB and 88. RGB value is (229,203,136). Sum of RGB (Red+Green+Blue) = 229+203+136=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 136 (53.52% from 255 or 23.94% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CB88 is #1A3477. Grayscale: #CBCBCB. Windows color (decimal): -1717368 or 8965093. OLE color: 8965093.
HSL color Cylindrical-coordinate representation of color #E5CB88: hue angle of 43.23º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E5CB88 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 203 | 136 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.10 |
| HSL | 43.23º | 0.64% | 0.72% | - |
| HSV(B) | 43.23º | 0.41% | 0.9% | - |
| XYZ | 58.11 | 61.15 | 32.03 | - |
| YUV | 203.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 203 | 136 | 0 | 0.11 | 0.41 | 0.10 | 43.23 | 0.64 | 0.72 |
| Hex | E5 | CB | 88 | 0 | B | 29 | A | 2B | 40 | 48 |
| Octal | 345 | 313 | 210 | 0 | 13 | 51 | 12 | 53 | 100 | 110 |
| Binary | 11100101 | 11001011 | 10001000 | 0 | 1011 | 101001 | 1010 | 101011 | 1000000 | 1001000 |
Color Harmonies of #E5CB88
Complementary color
Monochromatic Colors of #E5CB88
Black with #E5CB88
Text Example
Text Example
White with #E5CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CB88; }
p { color: rgb(229,203,136); }
H1.HeaderClassName
{
color: #E5CB88;
}
.AnyTagClassName
{
color: #E5CB88;
}
</style>
background-color css
<style>
a { background-color: #E5CB88; }
a { background-color: rgb(229,203,136); }
div.DivClassName
{
background-color: #E5CB88;
}
.BgClassName
{
background-color: #E5CB88;
}
</style>
border-color css
<style>
span { border-color: #E5CB88; }
span { border-color: rgb(229,203,136); }
td.TdClassName
{
border-color: #E5CB88;
}
.TagClassName
{
border-color: #E5CB88;
}
</style>