Shades of Corn #EEE45D
Tints of Corn #EEE45D
RGB
CMYK
RGB Variations
Color information
#EEE45D (or 0xEEE45D) is known color: Corn. HEX triplet: EE, E4 and 5D. RGB value is (238,228,93). Sum of RGB (Red+Green+Blue) = 238+228+93=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE45D is #111BA2. Grayscale: #D8D8D8. Windows color (decimal): -1121187 or 6153454. OLE color: 6153454.
HSL color Cylindrical-coordinate representation of color #EEE45D: hue angle of 55.86º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEE45D is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 93 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.07 |
| HSL | 55.86º | 0.81% | 0.65% | - |
| HSV(B) | 55.86º | 0.61% | 0.93% | - |
| XYZ | 64.98 | 74.45 | 21.3 | - |
| YUV | 215.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 93 | 0 | 0.04 | 0.61 | 0.07 | 55.86 | 0.81 | 0.65 |
| Hex | EE | E4 | 5D | 0 | 4 | 3D | 7 | 38 | 51 | 41 |
| Octal | 356 | 344 | 135 | 0 | 4 | 75 | 7 | 70 | 121 | 101 |
| Binary | 11101110 | 11100100 | 1011101 | 0 | 100 | 111101 | 111 | 111000 | 1010001 | 1000001 |
Color Harmonies of #EEE45D
Complementary color
Monochromatic Colors of #EEE45D
Black with #EEE45D
Text Example
Text Example
White with #EEE45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE45D; }
p { color: rgb(238,228,93); }
H1.HeaderClassName
{
color: #EEE45D;
}
.AnyTagClassName
{
color: #EEE45D;
}
</style>
background-color css
<style>
a { background-color: #EEE45D; }
a { background-color: rgb(238,228,93); }
div.DivClassName
{
background-color: #EEE45D;
}
.BgClassName
{
background-color: #EEE45D;
}
</style>
border-color css
<style>
span { border-color: #EEE45D; }
span { border-color: rgb(238,228,93); }
td.TdClassName
{
border-color: #EEE45D;
}
.TagClassName
{
border-color: #EEE45D;
}
</style>