Shades of New Orleans #EEC68E
Tints of New Orleans #EEC68E
RGB
CMYK
RGB Variations
Color information
#EEC68E (or 0xEEC68E) is known color: New Orleans. HEX triplet: EE, C6 and 8E. RGB value is (238,198,142). Sum of RGB (Red+Green+Blue) = 238+198+142=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 142 (55.86% from 255 or 24.57% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC68E is #113971. Grayscale: #CBCBCB. Windows color (decimal): -1128818 or 9357038. OLE color: 9357038.
HSL color Cylindrical-coordinate representation of color #EEC68E: hue angle of 35º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEC68E is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 142 | - |
| CMYK | 0 | 0.17 | 0.40 | 0.07 |
| HSL | 35º | 0.74% | 0.75% | - |
| HSV(B) | 35º | 0.4% | 0.93% | - |
| XYZ | 60.34 | 60.52 | 34.09 | - |
| YUV | 203.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 142 | 0 | 0.17 | 0.40 | 0.07 | 35 | 0.74 | 0.75 |
| Hex | EE | C6 | 8E | 0 | 11 | 28 | 7 | 23 | 4A | 4B |
| Octal | 356 | 306 | 216 | 0 | 21 | 50 | 7 | 43 | 112 | 113 |
| Binary | 11101110 | 11000110 | 10001110 | 0 | 10001 | 101000 | 111 | 100011 | 1001010 | 1001011 |
Color Harmonies of #EEC68E
Complementary color
Monochromatic Colors of #EEC68E
Black with #EEC68E
Text Example
Text Example
White with #EEC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC68E; }
p { color: rgb(238,198,142); }
H1.HeaderClassName
{
color: #EEC68E;
}
.AnyTagClassName
{
color: #EEC68E;
}
</style>
background-color css
<style>
a { background-color: #EEC68E; }
a { background-color: rgb(238,198,142); }
div.DivClassName
{
background-color: #EEC68E;
}
.BgClassName
{
background-color: #EEC68E;
}
</style>
border-color css
<style>
span { border-color: #EEC68E; }
span { border-color: rgb(238,198,142); }
td.TdClassName
{
border-color: #EEC68E;
}
.TagClassName
{
border-color: #EEC68E;
}
</style>