Shades of Corn #FEEB63
Tints of Corn #FEEB63
RGB
CMYK
RGB Variations
Color information
#FEEB63 (or 0xFEEB63) is known color: Corn. HEX triplet: FE, EB and 63. RGB value is (254,235,99). Sum of RGB (Red+Green+Blue) = 254+235+99=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 99 (39.06% from 255 or 16.84% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEB63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEB63 is #01149C. Grayscale: #E1E1E1. Windows color (decimal): -70813 or 6548478. OLE color: 6548478.
HSL color Cylindrical-coordinate representation of color #FEEB63: hue angle of 52.65º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEEB63 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 235 | 99 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.00 |
| HSL | 52.65º | 0.99% | 0.69% | - |
| HSV(B) | 52.65º | 0.61% | 1% | - |
| XYZ | 72.83 | 81.39 | 23.68 | - |
| YUV | 225.18 | 56.79 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 235 | 99 | 0 | 0.07 | 0.61 | 0.00 | 52.65 | 0.99 | 0.69 |
| Hex | FE | EB | 63 | 0 | 7 | 3D | 0 | 35 | 63 | 45 |
| Octal | 376 | 353 | 143 | 0 | 7 | 75 | 0 | 65 | 143 | 105 |
| Binary | 11111110 | 11101011 | 1100011 | 0 | 111 | 111101 | 0 | 110101 | 1100011 | 1000101 |
Color Harmonies of #FEEB63
Complementary color
Monochromatic Colors of #FEEB63
Black with #FEEB63
Text Example
Text Example
White with #FEEB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEB63; }
p { color: rgb(254,235,99); }
H1.HeaderClassName
{
color: #FEEB63;
}
.AnyTagClassName
{
color: #FEEB63;
}
</style>
background-color css
<style>
a { background-color: #FEEB63; }
a { background-color: rgb(254,235,99); }
div.DivClassName
{
background-color: #FEEB63;
}
.BgClassName
{
background-color: #FEEB63;
}
</style>
border-color css
<style>
span { border-color: #FEEB63; }
span { border-color: rgb(254,235,99); }
td.TdClassName
{
border-color: #FEEB63;
}
.TagClassName
{
border-color: #FEEB63;
}
</style>