Shades of New Orleans #EDC28E
Tints of New Orleans #EDC28E
RGB
CMYK
RGB Variations
Color information
#EDC28E (or 0xEDC28E) is known color: New Orleans. HEX triplet: ED, C2 and 8E. RGB value is (237,194,142). Sum of RGB (Red+Green+Blue) = 237+194+142=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 142 (55.86% from 255 or 24.78% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC28E is #123D71. Grayscale: #C9C9C9. Windows color (decimal): -1195378 or 9356013. OLE color: 9356013.
HSL color Cylindrical-coordinate representation of color #EDC28E: hue angle of 32.84º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDC28E is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 194 | 142 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.07 |
| HSL | 32.84º | 0.73% | 0.74% | - |
| HSV(B) | 32.84º | 0.4% | 0.93% | - |
| XYZ | 59.1 | 58.54 | 33.78 | - |
| YUV | 200.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 194 | 142 | 0 | 0.18 | 0.40 | 0.07 | 32.84 | 0.73 | 0.74 |
| Hex | ED | C2 | 8E | 0 | 12 | 28 | 7 | 21 | 49 | 4A |
| Octal | 355 | 302 | 216 | 0 | 22 | 50 | 7 | 41 | 111 | 112 |
| Binary | 11101101 | 11000010 | 10001110 | 0 | 10010 | 101000 | 111 | 100001 | 1001001 | 1001010 |
Color Harmonies of #EDC28E
Complementary color
Monochromatic Colors of #EDC28E
Black with #EDC28E
Text Example
Text Example
White with #EDC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC28E; }
p { color: rgb(237,194,142); }
H1.HeaderClassName
{
color: #EDC28E;
}
.AnyTagClassName
{
color: #EDC28E;
}
</style>
background-color css
<style>
a { background-color: #EDC28E; }
a { background-color: rgb(237,194,142); }
div.DivClassName
{
background-color: #EDC28E;
}
.BgClassName
{
background-color: #EDC28E;
}
</style>
border-color css
<style>
span { border-color: #EDC28E; }
span { border-color: rgb(237,194,142); }
td.TdClassName
{
border-color: #EDC28E;
}
.TagClassName
{
border-color: #EDC28E;
}
</style>