Shades of Corn #FEEA57
Tints of Corn #FEEA57
RGB
CMYK
RGB Variations
Color information
#FEEA57 (or 0xFEEA57) is known color: Corn. HEX triplet: FE, EA and 57. RGB value is (254,234,87). Sum of RGB (Red+Green+Blue) = 254+234+87=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 87 (34.38% from 255 or 15.13% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA57 is #0115A8. Grayscale: #DFDFDF. Windows color (decimal): -71081 or 5761790. OLE color: 5761790.
HSL color Cylindrical-coordinate representation of color #FEEA57: hue angle of 52.81º 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 #FEEA57 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 87 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.00 |
| HSL | 52.81º | 0.99% | 0.67% | - |
| HSV(B) | 52.81º | 0.66% | 1% | - |
| XYZ | 72.02 | 80.6 | 20.78 | - |
| YUV | 223.22 | 51.13 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 87 | 0 | 0.08 | 0.66 | 0.00 | 52.81 | 0.99 | 0.67 |
| Hex | FE | EA | 57 | 0 | 8 | 42 | 0 | 35 | 63 | 43 |
| Octal | 376 | 352 | 127 | 0 | 10 | 102 | 0 | 65 | 143 | 103 |
| Binary | 11111110 | 11101010 | 1010111 | 0 | 1000 | 1000010 | 0 | 110101 | 1100011 | 1000011 |
Color Harmonies of #FEEA57
Complementary color
Monochromatic Colors of #FEEA57
Black with #FEEA57
Text Example
Text Example
White with #FEEA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA57; }
p { color: rgb(254,234,87); }
H1.HeaderClassName
{
color: #FEEA57;
}
.AnyTagClassName
{
color: #FEEA57;
}
</style>
background-color css
<style>
a { background-color: #FEEA57; }
a { background-color: rgb(254,234,87); }
div.DivClassName
{
background-color: #FEEA57;
}
.BgClassName
{
background-color: #FEEA57;
}
</style>
border-color css
<style>
span { border-color: #FEEA57; }
span { border-color: rgb(254,234,87); }
td.TdClassName
{
border-color: #FEEA57;
}
.TagClassName
{
border-color: #FEEA57;
}
</style>