Shades of Corn #FEE467
Tints of Corn #FEE467
RGB
CMYK
RGB Variations
Color information
#FEE467 (or 0xFEE467) is known color: Corn. HEX triplet: FE, E4 and 67. RGB value is (254,228,103). Sum of RGB (Red+Green+Blue) = 254+228+103=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 103 (40.62% from 255 or 17.61% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE467 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE467 is #011B98. Grayscale: #DEDEDE. Windows color (decimal): -72601 or 6808830. OLE color: 6808830.
HSL color Cylindrical-coordinate representation of color #FEE467: hue angle of 49.67º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEE467 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 103 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.00 |
| HSL | 49.67º | 0.99% | 0.7% | - |
| HSV(B) | 49.67º | 0.59% | 1% | - |
| XYZ | 71.06 | 77.54 | 24.05 | - |
| YUV | 221.52 | 61.11 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 103 | 0 | 0.10 | 0.59 | 0.00 | 49.67 | 0.99 | 0.7 |
| Hex | FE | E4 | 67 | 0 | A | 3B | 0 | 32 | 63 | 46 |
| Octal | 376 | 344 | 147 | 0 | 12 | 73 | 0 | 62 | 143 | 106 |
| Binary | 11111110 | 11100100 | 1100111 | 0 | 1010 | 111011 | 0 | 110010 | 1100011 | 1000110 |
Color Harmonies of #FEE467
Complementary color
Monochromatic Colors of #FEE467
Black with #FEE467
Text Example
Text Example
White with #FEE467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE467; }
p { color: rgb(254,228,103); }
H1.HeaderClassName
{
color: #FEE467;
}
.AnyTagClassName
{
color: #FEE467;
}
</style>
background-color css
<style>
a { background-color: #FEE467; }
a { background-color: rgb(254,228,103); }
div.DivClassName
{
background-color: #FEE467;
}
.BgClassName
{
background-color: #FEE467;
}
</style>
border-color css
<style>
span { border-color: #FEE467; }
span { border-color: rgb(254,228,103); }
td.TdClassName
{
border-color: #FEE467;
}
.TagClassName
{
border-color: #FEE467;
}
</style>