Shades of Corn #FEE95E
Tints of Corn #FEE95E
RGB
CMYK
RGB Variations
Color information
#FEE95E (or 0xFEE95E) is known color: Corn. HEX triplet: FE, E9 and 5E. RGB value is (254,233,94). Sum of RGB (Red+Green+Blue) = 254+233+94=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 94 (37.11% from 255 or 16.18% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE95E is #0116A1. Grayscale: #E0E0E0. Windows color (decimal): -71330 or 6220286. OLE color: 6220286.
HSL color Cylindrical-coordinate representation of color #FEE95E: hue angle of 52.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEE95E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 94 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.00 |
| HSL | 52.13º | 0.99% | 0.68% | - |
| HSV(B) | 52.13º | 0.63% | 1% | - |
| XYZ | 72.03 | 80.16 | 22.26 | - |
| YUV | 223.43 | 54.96 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 94 | 0 | 0.08 | 0.63 | 0.00 | 52.13 | 0.99 | 0.68 |
| Hex | FE | E9 | 5E | 0 | 8 | 3F | 0 | 34 | 63 | 44 |
| Octal | 376 | 351 | 136 | 0 | 10 | 77 | 0 | 64 | 143 | 104 |
| Binary | 11111110 | 11101001 | 1011110 | 0 | 1000 | 111111 | 0 | 110100 | 1100011 | 1000100 |
Color Harmonies of #FEE95E
Complementary color
Monochromatic Colors of #FEE95E
Black with #FEE95E
Text Example
Text Example
White with #FEE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE95E; }
p { color: rgb(254,233,94); }
H1.HeaderClassName
{
color: #FEE95E;
}
.AnyTagClassName
{
color: #FEE95E;
}
</style>
background-color css
<style>
a { background-color: #FEE95E; }
a { background-color: rgb(254,233,94); }
div.DivClassName
{
background-color: #FEE95E;
}
.BgClassName
{
background-color: #FEE95E;
}
</style>
border-color css
<style>
span { border-color: #FEE95E; }
span { border-color: rgb(254,233,94); }
td.TdClassName
{
border-color: #FEE95E;
}
.TagClassName
{
border-color: #FEE95E;
}
</style>