Shades of New Orleans #E5C28F
Tints of New Orleans #E5C28F
RGB
CMYK
RGB Variations
Color information
#E5C28F (or 0xE5C28F) is known color: New Orleans. HEX triplet: E5, C2 and 8F. RGB value is (229,194,143). Sum of RGB (Red+Green+Blue) = 229+194+143=566 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.46% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5C28F is #1A3D70. Grayscale: #C6C6C6. Windows color (decimal): -1719665 or 9421541. OLE color: 9421541.
HSL color Cylindrical-coordinate representation of color #E5C28F: hue angle of 35.58º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5C28F is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 143 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.10 |
| HSL | 35.58º | 0.62% | 0.73% | - |
| HSV(B) | 35.58º | 0.38% | 0.9% | - |
| XYZ | 56.56 | 57.22 | 34.05 | - |
| YUV | 198.65 | 96.6 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 143 | 0 | 0.15 | 0.38 | 0.10 | 35.58 | 0.62 | 0.73 |
| Hex | E5 | C2 | 8F | 0 | F | 26 | A | 24 | 3E | 49 |
| Octal | 345 | 302 | 217 | 0 | 17 | 46 | 12 | 44 | 76 | 111 |
| Binary | 11100101 | 11000010 | 10001111 | 0 | 1111 | 100110 | 1010 | 100100 | 111110 | 1001001 |
Color Harmonies of #E5C28F
Complementary color
Monochromatic Colors of #E5C28F
Black with #E5C28F
Text Example
Text Example
White with #E5C28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C28F; }
p { color: rgb(229,194,143); }
H1.HeaderClassName
{
color: #E5C28F;
}
.AnyTagClassName
{
color: #E5C28F;
}
</style>
background-color css
<style>
a { background-color: #E5C28F; }
a { background-color: rgb(229,194,143); }
div.DivClassName
{
background-color: #E5C28F;
}
.BgClassName
{
background-color: #E5C28F;
}
</style>
border-color css
<style>
span { border-color: #E5C28F; }
span { border-color: rgb(229,194,143); }
td.TdClassName
{
border-color: #E5C28F;
}
.TagClassName
{
border-color: #E5C28F;
}
</style>