Shades of New Orleans #EDC68C
Tints of New Orleans #EDC68C
RGB
CMYK
RGB Variations
Color information
#EDC68C (or 0xEDC68C) is known color: New Orleans. HEX triplet: ED, C6 and 8C. RGB value is (237,198,140). Sum of RGB (Red+Green+Blue) = 237+198+140=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDC68C is #123973. Grayscale: #CBCBCB. Windows color (decimal): -1194356 or 9225965. OLE color: 9225965.
HSL color Cylindrical-coordinate representation of color #EDC68C: hue angle of 35.88º 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 #EDC68C is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 140 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.07 |
| HSL | 35.88º | 0.73% | 0.74% | - |
| HSV(B) | 35.88º | 0.41% | 0.93% | - |
| XYZ | 59.85 | 60.29 | 33.29 | - |
| YUV | 203.05 | 92.42 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 140 | 0 | 0.16 | 0.41 | 0.07 | 35.88 | 0.73 | 0.74 |
| Hex | ED | C6 | 8C | 0 | 10 | 29 | 7 | 24 | 49 | 4A |
| Octal | 355 | 306 | 214 | 0 | 20 | 51 | 7 | 44 | 111 | 112 |
| Binary | 11101101 | 11000110 | 10001100 | 0 | 10000 | 101001 | 111 | 100100 | 1001001 | 1001010 |
Color Harmonies of #EDC68C
Complementary color
Monochromatic Colors of #EDC68C
Black with #EDC68C
Text Example
Text Example
White with #EDC68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC68C; }
p { color: rgb(237,198,140); }
H1.HeaderClassName
{
color: #EDC68C;
}
.AnyTagClassName
{
color: #EDC68C;
}
</style>
background-color css
<style>
a { background-color: #EDC68C; }
a { background-color: rgb(237,198,140); }
div.DivClassName
{
background-color: #EDC68C;
}
.BgClassName
{
background-color: #EDC68C;
}
</style>
border-color css
<style>
span { border-color: #EDC68C; }
span { border-color: rgb(237,198,140); }
td.TdClassName
{
border-color: #EDC68C;
}
.TagClassName
{
border-color: #EDC68C;
}
</style>