Shades of Corn #EEE65E
Tints of Corn #EEE65E
RGB
CMYK
RGB Variations
Color information
#EEE65E (or 0xEEE65E) is known color: Corn. HEX triplet: EE, E6 and 5E. RGB value is (238,230,94). Sum of RGB (Red+Green+Blue) = 238+230+94=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE65E is #1119A1. Grayscale: #D9D9D9. Windows color (decimal): -1120674 or 6219502. OLE color: 6219502.
HSL color Cylindrical-coordinate representation of color #EEE65E: hue angle of 56.67º 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 #EEE65E is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 94 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.07 |
| HSL | 56.67º | 0.81% | 0.65% | - |
| HSV(B) | 56.67º | 0.61% | 0.93% | - |
| XYZ | 65.58 | 75.58 | 21.72 | - |
| YUV | 216.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 94 | 0 | 0.03 | 0.61 | 0.07 | 56.67 | 0.81 | 0.65 |
| Hex | EE | E6 | 5E | 0 | 3 | 3D | 7 | 39 | 51 | 41 |
| Octal | 356 | 346 | 136 | 0 | 3 | 75 | 7 | 71 | 121 | 101 |
| Binary | 11101110 | 11100110 | 1011110 | 0 | 11 | 111101 | 111 | 111001 | 1010001 | 1000001 |
Color Harmonies of #EEE65E
Complementary color
Monochromatic Colors of #EEE65E
Black with #EEE65E
Text Example
Text Example
White with #EEE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE65E; }
p { color: rgb(238,230,94); }
H1.HeaderClassName
{
color: #EEE65E;
}
.AnyTagClassName
{
color: #EEE65E;
}
</style>
background-color css
<style>
a { background-color: #EEE65E; }
a { background-color: rgb(238,230,94); }
div.DivClassName
{
background-color: #EEE65E;
}
.BgClassName
{
background-color: #EEE65E;
}
</style>
border-color css
<style>
span { border-color: #EEE65E; }
span { border-color: rgb(238,230,94); }
td.TdClassName
{
border-color: #EEE65E;
}
.TagClassName
{
border-color: #EEE65E;
}
</style>