Shades of Corn #EEED5A
Tints of Corn #EEED5A
RGB
CMYK
RGB Variations
Color information
#EEED5A (or 0xEEED5A) is known color: Corn. HEX triplet: EE, ED and 5A. RGB value is (238,237,90). Sum of RGB (Red+Green+Blue) = 238+237+90=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 90 (35.55% from 255 or 15.93% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEED5A is #1112A5. Grayscale: #DDDDDD. Windows color (decimal): -1118886 or 5959150. OLE color: 5959150.
HSL color Cylindrical-coordinate representation of color #EEED5A: hue angle of 59.59º 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 #EEED5A is Cyan = 0, Magento = 0.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 237 | 90 | - |
| CMYK | 0 | 0.00 | 0.62 | 0.07 |
| HSL | 59.59º | 0.81% | 0.64% | - |
| HSV(B) | 59.59º | 0.62% | 0.93% | - |
| XYZ | 67.39 | 79.48 | 21.46 | - |
| YUV | 220.54 | 54.33 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 237 | 90 | 0 | 0.00 | 0.62 | 0.07 | 59.59 | 0.81 | 0.64 |
| Hex | EE | ED | 5A | 0 | 0 | 3E | 7 | 3C | 51 | 40 |
| Octal | 356 | 355 | 132 | 0 | 0 | 76 | 7 | 74 | 121 | 100 |
| Binary | 11101110 | 11101101 | 1011010 | 0 | 0 | 111110 | 111 | 111100 | 1010001 | 1000000 |
Color Harmonies of #EEED5A
Complementary color
Monochromatic Colors of #EEED5A
Black with #EEED5A
Text Example
Text Example
White with #EEED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEED5A; }
p { color: rgb(238,237,90); }
H1.HeaderClassName
{
color: #EEED5A;
}
.AnyTagClassName
{
color: #EEED5A;
}
</style>
background-color css
<style>
a { background-color: #EEED5A; }
a { background-color: rgb(238,237,90); }
div.DivClassName
{
background-color: #EEED5A;
}
.BgClassName
{
background-color: #EEED5A;
}
</style>
border-color css
<style>
span { border-color: #EEED5A; }
span { border-color: rgb(238,237,90); }
td.TdClassName
{
border-color: #EEED5A;
}
.TagClassName
{
border-color: #EEED5A;
}
</style>