Shades of New Orleans #EDC38B
Tints of New Orleans #EDC38B
RGB
CMYK
RGB Variations
Color information
#EDC38B (or 0xEDC38B) is known color: New Orleans. HEX triplet: ED, C3 and 8B. RGB value is (237,195,139). Sum of RGB (Red+Green+Blue) = 237+195+139=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC38B is #123C74. Grayscale: #C9C9C9. Windows color (decimal): -1195125 or 9159661. OLE color: 9159661.
HSL color Cylindrical-coordinate representation of color #EDC38B: hue angle of 34.29º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDC38B is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 195 | 139 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.07 |
| HSL | 34.29º | 0.73% | 0.74% | - |
| HSV(B) | 34.29º | 0.41% | 0.93% | - |
| XYZ | 59.1 | 58.9 | 32.68 | - |
| YUV | 201.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 195 | 139 | 0 | 0.18 | 0.41 | 0.07 | 34.29 | 0.73 | 0.74 |
| Hex | ED | C3 | 8B | 0 | 12 | 29 | 7 | 22 | 49 | 4A |
| Octal | 355 | 303 | 213 | 0 | 22 | 51 | 7 | 42 | 111 | 112 |
| Binary | 11101101 | 11000011 | 10001011 | 0 | 10010 | 101001 | 111 | 100010 | 1001001 | 1001010 |
Color Harmonies of #EDC38B
Complementary color
Monochromatic Colors of #EDC38B
Black with #EDC38B
Text Example
Text Example
White with #EDC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC38B; }
p { color: rgb(237,195,139); }
H1.HeaderClassName
{
color: #EDC38B;
}
.AnyTagClassName
{
color: #EDC38B;
}
</style>
background-color css
<style>
a { background-color: #EDC38B; }
a { background-color: rgb(237,195,139); }
div.DivClassName
{
background-color: #EDC38B;
}
.BgClassName
{
background-color: #EDC38B;
}
</style>
border-color css
<style>
span { border-color: #EDC38B; }
span { border-color: rgb(237,195,139); }
td.TdClassName
{
border-color: #EDC38B;
}
.TagClassName
{
border-color: #EDC38B;
}
</style>