Shades of Corn #FFE958
Tints of Corn #FFE958
RGB
CMYK
RGB Variations
Color information
#FFE958 (or 0xFFE958) is known color: Corn. HEX triplet: FF, E9 and 58. RGB value is (255,233,88). Sum of RGB (Red+Green+Blue) = 255+233+88=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 233 (91.41% from 255 or 40.45% from 576); Blue value is 88 (34.77% from 255 or 15.28% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE958 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE958 is #0016A7. Grayscale: #DFDFDF. Windows color (decimal): -5800 or 5827071. OLE color: 5827071.
HSL color Cylindrical-coordinate representation of color #FFE958: hue angle of 52.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFE958 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 88 | - |
| CMYK | 0 | 0.09 | 0.65 | 0 |
| HSL | 52.1º | 1% | 0.67% | - |
| HSV(B) | 52.1º | 0.65% | 1% | - |
| XYZ | 72.14 | 80.24 | 20.92 | - |
| YUV | 223.05 | 51.79 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 88 | 0 | 0.09 | 0.65 | 0 | 52.1 | 1 | 0.67 |
| Hex | FF | E9 | 58 | 0 | 9 | 41 | 0 | 34 | 64 | 43 |
| Octal | 377 | 351 | 130 | 0 | 11 | 101 | 0 | 64 | 144 | 103 |
| Binary | 11111111 | 11101001 | 1011000 | 0 | 1001 | 1000001 | 0 | 110100 | 1100100 | 1000011 |
Color Harmonies of #FFE958
Complementary color
Monochromatic Colors of #FFE958
Black with #FFE958
Text Example
Text Example
White with #FFE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE958; }
p { color: rgb(255,233,88); }
H1.HeaderClassName
{
color: #FFE958;
}
.AnyTagClassName
{
color: #FFE958;
}
</style>
background-color css
<style>
a { background-color: #FFE958; }
a { background-color: rgb(255,233,88); }
div.DivClassName
{
background-color: #FFE958;
}
.BgClassName
{
background-color: #FFE958;
}
</style>
border-color css
<style>
span { border-color: #FFE958; }
span { border-color: rgb(255,233,88); }
td.TdClassName
{
border-color: #FFE958;
}
.TagClassName
{
border-color: #FFE958;
}
</style>