Shades of New Orleans #EEC68D
Tints of New Orleans #EEC68D
RGB
CMYK
RGB Variations
Color information
#EEC68D (or 0xEEC68D) is known color: New Orleans. HEX triplet: EE, C6 and 8D. RGB value is (238,198,141). Sum of RGB (Red+Green+Blue) = 238+198+141=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC68D is #113972. Grayscale: #CBCBCB. Windows color (decimal): -1128819 or 9291502. OLE color: 9291502.
HSL color Cylindrical-coordinate representation of color #EEC68D: hue angle of 35.26º degrees, saturation: 0.74, 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 #EEC68D is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 141 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.07 |
| HSL | 35.26º | 0.74% | 0.74% | - |
| HSV(B) | 35.26º | 0.41% | 0.93% | - |
| XYZ | 60.26 | 60.49 | 33.7 | - |
| YUV | 203.46 | 92.75 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 141 | 0 | 0.17 | 0.41 | 0.07 | 35.26 | 0.74 | 0.74 |
| Hex | EE | C6 | 8D | 0 | 11 | 29 | 7 | 23 | 4A | 4A |
| Octal | 356 | 306 | 215 | 0 | 21 | 51 | 7 | 43 | 112 | 112 |
| Binary | 11101110 | 11000110 | 10001101 | 0 | 10001 | 101001 | 111 | 100011 | 1001010 | 1001010 |
Color Harmonies of #EEC68D
Complementary color
Monochromatic Colors of #EEC68D
Black with #EEC68D
Text Example
Text Example
White with #EEC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC68D; }
p { color: rgb(238,198,141); }
H1.HeaderClassName
{
color: #EEC68D;
}
.AnyTagClassName
{
color: #EEC68D;
}
</style>
background-color css
<style>
a { background-color: #EEC68D; }
a { background-color: rgb(238,198,141); }
div.DivClassName
{
background-color: #EEC68D;
}
.BgClassName
{
background-color: #EEC68D;
}
</style>
border-color css
<style>
span { border-color: #EEC68D; }
span { border-color: rgb(238,198,141); }
td.TdClassName
{
border-color: #EEC68D;
}
.TagClassName
{
border-color: #EEC68D;
}
</style>