Shades of New Orleans #EFC58E
Tints of New Orleans #EFC58E
RGB
CMYK
RGB Variations
Color information
#EFC58E (or 0xEFC58E) is known color: New Orleans. HEX triplet: EF, C5 and 8E. RGB value is (239,197,142). Sum of RGB (Red+Green+Blue) = 239+197+142=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC58E is #103A71. Grayscale: #CBCBCB. Windows color (decimal): -1063538 or 9356783. OLE color: 9356783.
HSL color Cylindrical-coordinate representation of color #EFC58E: hue angle of 34.02º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC58E is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 142 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.06 |
| HSL | 34.02º | 0.75% | 0.75% | - |
| HSV(B) | 34.02º | 0.41% | 0.94% | - |
| XYZ | 60.45 | 60.24 | 34.03 | - |
| YUV | 203.29 | 93.41 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 142 | 0 | 0.18 | 0.41 | 0.06 | 34.02 | 0.75 | 0.75 |
| Hex | EF | C5 | 8E | 0 | 12 | 29 | 6 | 22 | 4B | 4B |
| Octal | 357 | 305 | 216 | 0 | 22 | 51 | 6 | 42 | 113 | 113 |
| Binary | 11101111 | 11000101 | 10001110 | 0 | 10010 | 101001 | 110 | 100010 | 1001011 | 1001011 |
Color Harmonies of #EFC58E
Complementary color
Monochromatic Colors of #EFC58E
Black with #EFC58E
Text Example
Text Example
White with #EFC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC58E; }
p { color: rgb(239,197,142); }
H1.HeaderClassName
{
color: #EFC58E;
}
.AnyTagClassName
{
color: #EFC58E;
}
</style>
background-color css
<style>
a { background-color: #EFC58E; }
a { background-color: rgb(239,197,142); }
div.DivClassName
{
background-color: #EFC58E;
}
.BgClassName
{
background-color: #EFC58E;
}
</style>
border-color css
<style>
span { border-color: #EFC58E; }
span { border-color: rgb(239,197,142); }
td.TdClassName
{
border-color: #EFC58E;
}
.TagClassName
{
border-color: #EFC58E;
}
</style>