Shades of New Orleans #EFC38D
Tints of New Orleans #EFC38D
RGB
CMYK
RGB Variations
Color information
#EFC38D (or 0xEFC38D) is known color: New Orleans. HEX triplet: EF, C3 and 8D. RGB value is (239,195,141). Sum of RGB (Red+Green+Blue) = 239+195+141=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 195 (76.56% from 255 or 33.91% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC38D is #103C72. Grayscale: #CACACA. Windows color (decimal): -1064051 or 9290735. OLE color: 9290735.
HSL color Cylindrical-coordinate representation of color #EFC38D: hue angle of 33.06º 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 #EFC38D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 141 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.06 |
| HSL | 33.06º | 0.75% | 0.75% | - |
| HSV(B) | 33.06º | 0.41% | 0.94% | - |
| XYZ | 59.92 | 59.3 | 33.49 | - |
| YUV | 202 | 93.58 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 141 | 0 | 0.18 | 0.41 | 0.06 | 33.06 | 0.75 | 0.75 |
| Hex | EF | C3 | 8D | 0 | 12 | 29 | 6 | 21 | 4B | 4B |
| Octal | 357 | 303 | 215 | 0 | 22 | 51 | 6 | 41 | 113 | 113 |
| Binary | 11101111 | 11000011 | 10001101 | 0 | 10010 | 101001 | 110 | 100001 | 1001011 | 1001011 |
Color Harmonies of #EFC38D
Complementary color
Monochromatic Colors of #EFC38D
Black with #EFC38D
Text Example
Text Example
White with #EFC38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC38D; }
p { color: rgb(239,195,141); }
H1.HeaderClassName
{
color: #EFC38D;
}
.AnyTagClassName
{
color: #EFC38D;
}
</style>
background-color css
<style>
a { background-color: #EFC38D; }
a { background-color: rgb(239,195,141); }
div.DivClassName
{
background-color: #EFC38D;
}
.BgClassName
{
background-color: #EFC38D;
}
</style>
border-color css
<style>
span { border-color: #EFC38D; }
span { border-color: rgb(239,195,141); }
td.TdClassName
{
border-color: #EFC38D;
}
.TagClassName
{
border-color: #EFC38D;
}
</style>