Shades of Corn #FEEB57
Tints of Corn #FEEB57
RGB
CMYK
RGB Variations
Color information
#FEEB57 (or 0xFEEB57) is known color: Corn. HEX triplet: FE, EB and 57. RGB value is (254,235,87). Sum of RGB (Red+Green+Blue) = 254+235+87=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 87 (34.38% from 255 or 15.10% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB57 is #0114A8. Grayscale: #E0E0E0. Windows color (decimal): -70825 or 5762046. OLE color: 5762046.
HSL color Cylindrical-coordinate representation of color #FEEB57: hue angle of 53.17º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEEB57 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 87 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.00 |
| HSL | 53.17º | 0.99% | 0.67% | - |
| HSV(B) | 53.17º | 0.66% | 1% | - |
| XYZ | 72.3 | 81.18 | 20.87 | - |
| YUV | 223.81 | 50.79 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 87 | 0 | 0.07 | 0.66 | 0.00 | 53.17 | 0.99 | 0.67 |
| Hex | FE | EB | 57 | 0 | 7 | 42 | 0 | 35 | 63 | 43 |
| Octal | 376 | 353 | 127 | 0 | 7 | 102 | 0 | 65 | 143 | 103 |
| Binary | 11111110 | 11101011 | 1010111 | 0 | 111 | 1000010 | 0 | 110101 | 1100011 | 1000011 |
Color Harmonies of #FEEB57
Complementary color
Monochromatic Colors of #FEEB57
Black with #FEEB57
Text Example
Text Example
White with #FEEB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB57; }
p { color: rgb(254,235,87); }
H1.HeaderClassName
{
color: #FEEB57;
}
.AnyTagClassName
{
color: #FEEB57;
}
</style>
background-color css
<style>
a { background-color: #FEEB57; }
a { background-color: rgb(254,235,87); }
div.DivClassName
{
background-color: #FEEB57;
}
.BgClassName
{
background-color: #FEEB57;
}
</style>
border-color css
<style>
span { border-color: #FEEB57; }
span { border-color: rgb(254,235,87); }
td.TdClassName
{
border-color: #FEEB57;
}
.TagClassName
{
border-color: #FEEB57;
}
</style>