Shades of Corn #FEE867
Tints of Corn #FEE867
RGB
CMYK
RGB Variations
Color information
#FEE867 (or 0xFEE867) is known color: Corn. HEX triplet: FE, E8 and 67. RGB value is (254,232,103). Sum of RGB (Red+Green+Blue) = 254+232+103=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 103 (40.62% from 255 or 17.49% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE867 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE867 is #011798. Grayscale: #E0E0E0. Windows color (decimal): -71577 or 6809854. OLE color: 6809854.
HSL color Cylindrical-coordinate representation of color #FEE867: hue angle of 51.26º 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 #FEE867 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 103 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.00 |
| HSL | 51.26º | 0.99% | 0.7% | - |
| HSV(B) | 51.26º | 0.59% | 1% | - |
| XYZ | 72.18 | 79.76 | 24.42 | - |
| YUV | 223.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 103 | 0 | 0.09 | 0.59 | 0.00 | 51.26 | 0.99 | 0.7 |
| Hex | FE | E8 | 67 | 0 | 9 | 3B | 0 | 33 | 63 | 46 |
| Octal | 376 | 350 | 147 | 0 | 11 | 73 | 0 | 63 | 143 | 106 |
| Binary | 11111110 | 11101000 | 1100111 | 0 | 1001 | 111011 | 0 | 110011 | 1100011 | 1000110 |
Color Harmonies of #FEE867
Complementary color
Monochromatic Colors of #FEE867
Black with #FEE867
Text Example
Text Example
White with #FEE867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE867; }
p { color: rgb(254,232,103); }
H1.HeaderClassName
{
color: #FEE867;
}
.AnyTagClassName
{
color: #FEE867;
}
</style>
background-color css
<style>
a { background-color: #FEE867; }
a { background-color: rgb(254,232,103); }
div.DivClassName
{
background-color: #FEE867;
}
.BgClassName
{
background-color: #FEE867;
}
</style>
border-color css
<style>
span { border-color: #FEE867; }
span { border-color: rgb(254,232,103); }
td.TdClassName
{
border-color: #FEE867;
}
.TagClassName
{
border-color: #FEE867;
}
</style>