Shades of New Orleans #EDC68D
Tints of New Orleans #EDC68D
RGB
CMYK
RGB Variations
Color information
#EDC68D (or 0xEDC68D) is known color: New Orleans. HEX triplet: ED, C6 and 8D. RGB value is (237,198,141). Sum of RGB (Red+Green+Blue) = 237+198+141=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC68D is #123972. Grayscale: #CBCBCB. Windows color (decimal): -1194355 or 9291501. OLE color: 9291501.
HSL color Cylindrical-coordinate representation of color #EDC68D: hue angle of 35.62º 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 #EDC68D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 141 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 35.63º | 0.73% | 0.74% | - |
| HSV(B) | 35.63º | 0.41% | 0.93% | - |
| XYZ | 59.93 | 60.32 | 33.68 | - |
| YUV | 203.16 | 92.92 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 141 | 0 | 0.16 | 0.41 | 0.07 | 35.63 | 0.73 | 0.74 |
| Hex | ED | C6 | 8D | 0 | 10 | 29 | 7 | 24 | 49 | 4A |
| Octal | 355 | 306 | 215 | 0 | 20 | 51 | 7 | 44 | 111 | 112 |
| Binary | 11101101 | 11000110 | 10001101 | 0 | 10000 | 101001 | 111 | 100100 | 1001001 | 1001010 |
Color Harmonies of #EDC68D
Complementary color
Monochromatic Colors of #EDC68D
Black with #EDC68D
Text Example
Text Example
White with #EDC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC68D; }
p { color: rgb(237,198,141); }
H1.HeaderClassName
{
color: #EDC68D;
}
.AnyTagClassName
{
color: #EDC68D;
}
</style>
background-color css
<style>
a { background-color: #EDC68D; }
a { background-color: rgb(237,198,141); }
div.DivClassName
{
background-color: #EDC68D;
}
.BgClassName
{
background-color: #EDC68D;
}
</style>
border-color css
<style>
span { border-color: #EDC68D; }
span { border-color: rgb(237,198,141); }
td.TdClassName
{
border-color: #EDC68D;
}
.TagClassName
{
border-color: #EDC68D;
}
</style>