Shades of Corn #EEEE5A
Tints of Corn #EEEE5A
RGB
CMYK
RGB Variations
Color information
#EEEE5A (or 0xEEEE5A) is known color: Corn. HEX triplet: EE, EE and 5A. RGB value is (238,238,90). Sum of RGB (Red+Green+Blue) = 238+238+90=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 90 (35.55% from 255 or 15.90% from 566); Max value from RGB is 238 - color contains mainly: red, green. Hex color #EEEE5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEEE5A is #1111A5. Grayscale: #DDDDDD. Windows color (decimal): -1118630 or 5959406. OLE color: 5959406.
HSL color Cylindrical-coordinate representation of color #EEEE5A: hue angle of 60º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEEE5A is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 238 | 90 | - |
| CMYK | 0 | 0 | 0.62 | 0.07 |
| HSL | 60º | 0.81% | 0.64% | - |
| HSV(B) | 60º | 0.62% | 0.93% | - |
| XYZ | 67.68 | 80.06 | 21.56 | - |
| YUV | 221.13 | 54 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 238 | 90 | 0 | 0 | 0.62 | 0.07 | 60 | 0.81 | 0.64 |
| Hex | EE | EE | 5A | 0 | 0 | 3E | 7 | 3C | 51 | 40 |
| Octal | 356 | 356 | 132 | 0 | 0 | 76 | 7 | 74 | 121 | 100 |
| Binary | 11101110 | 11101110 | 1011010 | 0 | 0 | 111110 | 111 | 111100 | 1010001 | 1000000 |
Color Harmonies of #EEEE5A
Complementary color
Monochromatic Colors of #EEEE5A
Black with #EEEE5A
Text Example
Text Example
White with #EEEE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEE5A; }
p { color: rgb(238,238,90); }
H1.HeaderClassName
{
color: #EEEE5A;
}
.AnyTagClassName
{
color: #EEEE5A;
}
</style>
background-color css
<style>
a { background-color: #EEEE5A; }
a { background-color: rgb(238,238,90); }
div.DivClassName
{
background-color: #EEEE5A;
}
.BgClassName
{
background-color: #EEEE5A;
}
</style>
border-color css
<style>
span { border-color: #EEEE5A; }
span { border-color: rgb(238,238,90); }
td.TdClassName
{
border-color: #EEEE5A;
}
.TagClassName
{
border-color: #EEEE5A;
}
</style>