Shades of Corn #EEE95C
Tints of Corn #EEE95C
RGB
CMYK
RGB Variations
Color information
#EEE95C (or 0xEEE95C) is known color: Corn. HEX triplet: EE, E9 and 5C. RGB value is (238,233,92). Sum of RGB (Red+Green+Blue) = 238+233+92=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEE95C is #1116A3. Grayscale: #DADADA. Windows color (decimal): -1119908 or 6089198. OLE color: 6089198.
HSL color Cylindrical-coordinate representation of color #EEE95C: hue angle of 57.95º 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 #EEE95C is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 92 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.07 |
| HSL | 57.95º | 0.81% | 0.65% | - |
| HSV(B) | 57.95º | 0.61% | 0.93% | - |
| XYZ | 66.33 | 77.23 | 21.54 | - |
| YUV | 218.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 92 | 0 | 0.02 | 0.61 | 0.07 | 57.95 | 0.81 | 0.65 |
| Hex | EE | E9 | 5C | 0 | 2 | 3D | 7 | 3A | 51 | 41 |
| Octal | 356 | 351 | 134 | 0 | 2 | 75 | 7 | 72 | 121 | 101 |
| Binary | 11101110 | 11101001 | 1011100 | 0 | 10 | 111101 | 111 | 111010 | 1010001 | 1000001 |
Color Harmonies of #EEE95C
Complementary color
Monochromatic Colors of #EEE95C
Black with #EEE95C
Text Example
Text Example
White with #EEE95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE95C; }
p { color: rgb(238,233,92); }
H1.HeaderClassName
{
color: #EEE95C;
}
.AnyTagClassName
{
color: #EEE95C;
}
</style>
background-color css
<style>
a { background-color: #EEE95C; }
a { background-color: rgb(238,233,92); }
div.DivClassName
{
background-color: #EEE95C;
}
.BgClassName
{
background-color: #EEE95C;
}
</style>
border-color css
<style>
span { border-color: #EEE95C; }
span { border-color: rgb(238,233,92); }
td.TdClassName
{
border-color: #EEE95C;
}
.TagClassName
{
border-color: #EEE95C;
}
</style>