Shades of Corn #EEE362
Tints of Corn #EEE362
RGB
CMYK
RGB Variations
Color information
#EEE362 (or 0xEEE362) is known color: Corn. HEX triplet: EE, E3 and 62. RGB value is (238,227,98). Sum of RGB (Red+Green+Blue) = 238+227+98=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 98 (38.67% from 255 or 17.41% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE362 is #111C9D. Grayscale: #D8D8D8. Windows color (decimal): -1121438 or 6480878. OLE color: 6480878.
HSL color Cylindrical-coordinate representation of color #EEE362: hue angle of 55.29º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEE362 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 98 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.07 |
| HSL | 55.29º | 0.8% | 0.66% | - |
| HSV(B) | 55.29º | 0.59% | 0.93% | - |
| XYZ | 64.93 | 74 | 22.42 | - |
| YUV | 215.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 98 | 0 | 0.05 | 0.59 | 0.07 | 55.29 | 0.8 | 0.66 |
| Hex | EE | E3 | 62 | 0 | 5 | 3B | 7 | 37 | 50 | 42 |
| Octal | 356 | 343 | 142 | 0 | 5 | 73 | 7 | 67 | 120 | 102 |
| Binary | 11101110 | 11100011 | 1100010 | 0 | 101 | 111011 | 111 | 110111 | 1010000 | 1000010 |
Color Harmonies of #EEE362
Complementary color
Monochromatic Colors of #EEE362
Black with #EEE362
Text Example
Text Example
White with #EEE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE362; }
p { color: rgb(238,227,98); }
H1.HeaderClassName
{
color: #EEE362;
}
.AnyTagClassName
{
color: #EEE362;
}
</style>
background-color css
<style>
a { background-color: #EEE362; }
a { background-color: rgb(238,227,98); }
div.DivClassName
{
background-color: #EEE362;
}
.BgClassName
{
background-color: #EEE362;
}
</style>
border-color css
<style>
span { border-color: #EEE362; }
span { border-color: rgb(238,227,98); }
td.TdClassName
{
border-color: #EEE362;
}
.TagClassName
{
border-color: #EEE362;
}
</style>