Shades of New Orleans #EDC389
Tints of New Orleans #EDC389
RGB
CMYK
RGB Variations
Color information
#EDC389 (or 0xEDC389) is known color: New Orleans. HEX triplet: ED, C3 and 89. RGB value is (237,195,137). Sum of RGB (Red+Green+Blue) = 237+195+137=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 137 (53.91% from 255 or 24.08% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC389 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC389 is #123C76. Grayscale: #C9C9C9. Windows color (decimal): -1195127 or 9028589. OLE color: 9028589.
HSL color Cylindrical-coordinate representation of color #EDC389: hue angle of 34.8º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDC389 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 137 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.07 |
| HSL | 34.8º | 0.74% | 0.73% | - |
| HSV(B) | 34.8º | 0.42% | 0.93% | - |
| XYZ | 58.96 | 58.84 | 31.92 | - |
| YUV | 200.95 | 91.91 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 137 | 0 | 0.18 | 0.42 | 0.07 | 34.8 | 0.74 | 0.73 |
| Hex | ED | C3 | 89 | 0 | 12 | 2A | 7 | 23 | 4A | 49 |
| Octal | 355 | 303 | 211 | 0 | 22 | 52 | 7 | 43 | 112 | 111 |
| Binary | 11101101 | 11000011 | 10001001 | 0 | 10010 | 101010 | 111 | 100011 | 1001010 | 1001001 |
Color Harmonies of #EDC389
Complementary color
Monochromatic Colors of #EDC389
Black with #EDC389
Text Example
Text Example
White with #EDC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC389; }
p { color: rgb(237,195,137); }
H1.HeaderClassName
{
color: #EDC389;
}
.AnyTagClassName
{
color: #EDC389;
}
</style>
background-color css
<style>
a { background-color: #EDC389; }
a { background-color: rgb(237,195,137); }
div.DivClassName
{
background-color: #EDC389;
}
.BgClassName
{
background-color: #EDC389;
}
</style>
border-color css
<style>
span { border-color: #EDC389; }
span { border-color: rgb(237,195,137); }
td.TdClassName
{
border-color: #EDC389;
}
.TagClassName
{
border-color: #EDC389;
}
</style>