Shades of New Orleans #E1C28A
Tints of New Orleans #E1C28A
RGB
CMYK
RGB Variations
Color information
#E1C28A (or 0xE1C28A) is known color: New Orleans. HEX triplet: E1, C2 and 8A. RGB value is (225,194,138). Sum of RGB (Red+Green+Blue) = 225+194+138=557 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.39% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1C28A is #1E3D75. Grayscale: #C5C5C5. Windows color (decimal): -1981814 or 9093857. OLE color: 9093857.
HSL color Cylindrical-coordinate representation of color #E1C28A: hue angle of 38.62º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E1C28A is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 194 | 138 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.12 |
| HSL | 38.62º | 0.59% | 0.71% | - |
| HSV(B) | 38.62º | 0.39% | 0.88% | - |
| XYZ | 54.93 | 56.43 | 32.04 | - |
| YUV | 196.89 | 94.77 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 194 | 138 | 0 | 0.14 | 0.39 | 0.12 | 38.62 | 0.59 | 0.71 |
| Hex | E1 | C2 | 8A | 0 | E | 27 | C | 27 | 3B | 47 |
| Octal | 341 | 302 | 212 | 0 | 16 | 47 | 14 | 47 | 73 | 107 |
| Binary | 11100001 | 11000010 | 10001010 | 0 | 1110 | 100111 | 1100 | 100111 | 111011 | 1000111 |
Color Harmonies of #E1C28A
Complementary color
Monochromatic Colors of #E1C28A
Black with #E1C28A
Text Example
Text Example
White with #E1C28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C28A; }
p { color: rgb(225,194,138); }
H1.HeaderClassName
{
color: #E1C28A;
}
.AnyTagClassName
{
color: #E1C28A;
}
</style>
background-color css
<style>
a { background-color: #E1C28A; }
a { background-color: rgb(225,194,138); }
div.DivClassName
{
background-color: #E1C28A;
}
.BgClassName
{
background-color: #E1C28A;
}
</style>
border-color css
<style>
span { border-color: #E1C28A; }
span { border-color: rgb(225,194,138); }
td.TdClassName
{
border-color: #E1C28A;
}
.TagClassName
{
border-color: #E1C28A;
}
</style>