Shades of New Orleans #E5C27F
Tints of New Orleans #E5C27F
RGB
CMYK
RGB Variations
Color information
#E5C27F (or 0xE5C27F) is known color: New Orleans. HEX triplet: E5, C2 and 7F. RGB value is (229,194,127). Sum of RGB (Red+Green+Blue) = 229+194+127=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C27F is #1A3D80. Grayscale: #C5C5C5. Windows color (decimal): -1719681 or 8372965. OLE color: 8372965.
HSL color Cylindrical-coordinate representation of color #E5C27F: hue angle of 39.41º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5C27F is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 127 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.10 |
| HSL | 39.41º | 0.66% | 0.7% | - |
| HSV(B) | 39.41º | 0.45% | 0.9% | - |
| XYZ | 55.44 | 56.77 | 28.12 | - |
| YUV | 196.83 | 88.6 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 127 | 0 | 0.15 | 0.45 | 0.10 | 39.41 | 0.66 | 0.7 |
| Hex | E5 | C2 | 7F | 0 | F | 2D | A | 27 | 42 | 46 |
| Octal | 345 | 302 | 177 | 0 | 17 | 55 | 12 | 47 | 102 | 106 |
| Binary | 11100101 | 11000010 | 1111111 | 0 | 1111 | 101101 | 1010 | 100111 | 1000010 | 1000110 |
Color Harmonies of #E5C27F
Complementary color
Monochromatic Colors of #E5C27F
Black with #E5C27F
Text Example
Text Example
White with #E5C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C27F; }
p { color: rgb(229,194,127); }
H1.HeaderClassName
{
color: #E5C27F;
}
.AnyTagClassName
{
color: #E5C27F;
}
</style>
background-color css
<style>
a { background-color: #E5C27F; }
a { background-color: rgb(229,194,127); }
div.DivClassName
{
background-color: #E5C27F;
}
.BgClassName
{
background-color: #E5C27F;
}
</style>
border-color css
<style>
span { border-color: #E5C27F; }
span { border-color: rgb(229,194,127); }
td.TdClassName
{
border-color: #E5C27F;
}
.TagClassName
{
border-color: #E5C27F;
}
</style>