Shades of Corn #FFE95E
Tints of Corn #FFE95E
RGB
CMYK
RGB Variations
Color information
#FFE95E (or 0xFFE95E) is known color: Corn. HEX triplet: FF, E9 and 5E. RGB value is (255,233,94). Sum of RGB (Red+Green+Blue) = 255+233+94=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 94 (37.11% from 255 or 16.15% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE95E is #0016A1. Grayscale: #E0E0E0. Windows color (decimal): -5794 or 6220287. OLE color: 6220287.
HSL color Cylindrical-coordinate representation of color #FFE95E: hue angle of 51.8º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFE95E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 94 | - |
| CMYK | 0 | 0.09 | 0.63 | 0 |
| HSL | 51.8º | 1% | 0.68% | - |
| HSV(B) | 51.8º | 0.63% | 1% | - |
| XYZ | 72.4 | 80.35 | 22.28 | - |
| YUV | 223.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 94 | 0 | 0.09 | 0.63 | 0 | 51.8 | 1 | 0.68 |
| Hex | FF | E9 | 5E | 0 | 9 | 3F | 0 | 34 | 64 | 44 |
| Octal | 377 | 351 | 136 | 0 | 11 | 77 | 0 | 64 | 144 | 104 |
| Binary | 11111111 | 11101001 | 1011110 | 0 | 1001 | 111111 | 0 | 110100 | 1100100 | 1000100 |
Color Harmonies of #FFE95E
Complementary color
Monochromatic Colors of #FFE95E
Black with #FFE95E
Text Example
Text Example
White with #FFE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE95E; }
p { color: rgb(255,233,94); }
H1.HeaderClassName
{
color: #FFE95E;
}
.AnyTagClassName
{
color: #FFE95E;
}
</style>
background-color css
<style>
a { background-color: #FFE95E; }
a { background-color: rgb(255,233,94); }
div.DivClassName
{
background-color: #FFE95E;
}
.BgClassName
{
background-color: #FFE95E;
}
</style>
border-color css
<style>
span { border-color: #FFE95E; }
span { border-color: rgb(255,233,94); }
td.TdClassName
{
border-color: #FFE95E;
}
.TagClassName
{
border-color: #FFE95E;
}
</style>