Shades of Corn #FEE657
Tints of Corn #FEE657
RGB
CMYK
RGB Variations
Color information
#FEE657 (or 0xFEE657) is known color: Corn. HEX triplet: FE, E6 and 57. RGB value is (254,230,87). Sum of RGB (Red+Green+Blue) = 254+230+87=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 87 (34.38% from 255 or 15.24% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE657 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE657 is #0119A8. Grayscale: #DDDDDD. Windows color (decimal): -72105 or 5760766. OLE color: 5760766.
HSL color Cylindrical-coordinate representation of color #FEE657: hue angle of 51.38º 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 #FEE657 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 87 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.00 |
| HSL | 51.38º | 0.99% | 0.67% | - |
| HSV(B) | 51.38º | 0.66% | 1% | - |
| XYZ | 70.89 | 78.35 | 20.4 | - |
| YUV | 220.87 | 52.45 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 87 | 0 | 0.09 | 0.66 | 0.00 | 51.38 | 0.99 | 0.67 |
| Hex | FE | E6 | 57 | 0 | 9 | 42 | 0 | 33 | 63 | 43 |
| Octal | 376 | 346 | 127 | 0 | 11 | 102 | 0 | 63 | 143 | 103 |
| Binary | 11111110 | 11100110 | 1010111 | 0 | 1001 | 1000010 | 0 | 110011 | 1100011 | 1000011 |
Color Harmonies of #FEE657
Complementary color
Monochromatic Colors of #FEE657
Black with #FEE657
Text Example
Text Example
White with #FEE657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE657; }
p { color: rgb(254,230,87); }
H1.HeaderClassName
{
color: #FEE657;
}
.AnyTagClassName
{
color: #FEE657;
}
</style>
background-color css
<style>
a { background-color: #FEE657; }
a { background-color: rgb(254,230,87); }
div.DivClassName
{
background-color: #FEE657;
}
.BgClassName
{
background-color: #FEE657;
}
</style>
border-color css
<style>
span { border-color: #FEE657; }
span { border-color: rgb(254,230,87); }
td.TdClassName
{
border-color: #FEE657;
}
.TagClassName
{
border-color: #FEE657;
}
</style>