Shades of New Orleans #E0C68F
Tints of New Orleans #E0C68F
RGB
CMYK
RGB Variations
Color information
#E0C68F (or 0xE0C68F) is known color: New Orleans. HEX triplet: E0, C6 and 8F. RGB value is (224,198,143). Sum of RGB (Red+Green+Blue) = 224+198+143=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C68F is #1F3970. Grayscale: #C7C7C7. Windows color (decimal): -2046321 or 9422560. OLE color: 9422560.
HSL color Cylindrical-coordinate representation of color #E0C68F: hue angle of 40.74º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0C68F is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 143 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.12 |
| HSL | 40.74º | 0.57% | 0.72% | - |
| HSV(B) | 40.74º | 0.36% | 0.88% | - |
| XYZ | 55.89 | 58.22 | 34.28 | - |
| YUV | 199.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 143 | 0 | 0.12 | 0.36 | 0.12 | 40.74 | 0.57 | 0.72 |
| Hex | E0 | C6 | 8F | 0 | C | 24 | C | 29 | 39 | 48 |
| Octal | 340 | 306 | 217 | 0 | 14 | 44 | 14 | 51 | 71 | 110 |
| Binary | 11100000 | 11000110 | 10001111 | 0 | 1100 | 100100 | 1100 | 101001 | 111001 | 1001000 |
Color Harmonies of #E0C68F
Complementary color
Monochromatic Colors of #E0C68F
Black with #E0C68F
Text Example
Text Example
White with #E0C68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C68F; }
p { color: rgb(224,198,143); }
H1.HeaderClassName
{
color: #E0C68F;
}
.AnyTagClassName
{
color: #E0C68F;
}
</style>
background-color css
<style>
a { background-color: #E0C68F; }
a { background-color: rgb(224,198,143); }
div.DivClassName
{
background-color: #E0C68F;
}
.BgClassName
{
background-color: #E0C68F;
}
</style>
border-color css
<style>
span { border-color: #E0C68F; }
span { border-color: rgb(224,198,143); }
td.TdClassName
{
border-color: #E0C68F;
}
.TagClassName
{
border-color: #E0C68F;
}
</style>