Shades of New Orleans #EFC58D
Tints of New Orleans #EFC58D
RGB
CMYK
RGB Variations
Color information
#EFC58D (or 0xEFC58D) is known color: New Orleans. HEX triplet: EF, C5 and 8D. RGB value is (239,197,141). Sum of RGB (Red+Green+Blue) = 239+197+141=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC58D is #103A72. Grayscale: #CBCBCB. Windows color (decimal): -1063539 or 9291247. OLE color: 9291247.
HSL color Cylindrical-coordinate representation of color #EFC58D: hue angle of 34.29º 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 #EFC58D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 141 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.06 |
| HSL | 34.29º | 0.75% | 0.75% | - |
| HSV(B) | 34.29º | 0.41% | 0.94% | - |
| XYZ | 60.37 | 60.21 | 33.64 | - |
| YUV | 203.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 141 | 0 | 0.18 | 0.41 | 0.06 | 34.29 | 0.75 | 0.75 |
| Hex | EF | C5 | 8D | 0 | 12 | 29 | 6 | 22 | 4B | 4B |
| Octal | 357 | 305 | 215 | 0 | 22 | 51 | 6 | 42 | 113 | 113 |
| Binary | 11101111 | 11000101 | 10001101 | 0 | 10010 | 101001 | 110 | 100010 | 1001011 | 1001011 |
Color Harmonies of #EFC58D
Complementary color
Monochromatic Colors of #EFC58D
Black with #EFC58D
Text Example
Text Example
White with #EFC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC58D; }
p { color: rgb(239,197,141); }
H1.HeaderClassName
{
color: #EFC58D;
}
.AnyTagClassName
{
color: #EFC58D;
}
</style>
background-color css
<style>
a { background-color: #EFC58D; }
a { background-color: rgb(239,197,141); }
div.DivClassName
{
background-color: #EFC58D;
}
.BgClassName
{
background-color: #EFC58D;
}
</style>
border-color css
<style>
span { border-color: #EFC58D; }
span { border-color: rgb(239,197,141); }
td.TdClassName
{
border-color: #EFC58D;
}
.TagClassName
{
border-color: #EFC58D;
}
</style>