Shades of Corn #FEEA67
Tints of Corn #FEEA67
RGB
CMYK
RGB Variations
Color information
#FEEA67 (or 0xFEEA67) is known color: Corn. HEX triplet: FE, EA and 67. RGB value is (254,234,103). Sum of RGB (Red+Green+Blue) = 254+234+103=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 103 (40.62% from 255 or 17.43% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA67 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA67 is #011598. Grayscale: #E1E1E1. Windows color (decimal): -71065 or 6810366. OLE color: 6810366.
HSL color Cylindrical-coordinate representation of color #FEEA67: hue angle of 52.05º 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 #FEEA67 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 103 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.00 |
| HSL | 52.05º | 0.99% | 0.7% | - |
| HSV(B) | 52.05º | 0.59% | 1% | - |
| XYZ | 72.74 | 80.9 | 24.61 | - |
| YUV | 225.05 | 59.13 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 103 | 0 | 0.08 | 0.59 | 0.00 | 52.05 | 0.99 | 0.7 |
| Hex | FE | EA | 67 | 0 | 8 | 3B | 0 | 34 | 63 | 46 |
| Octal | 376 | 352 | 147 | 0 | 10 | 73 | 0 | 64 | 143 | 106 |
| Binary | 11111110 | 11101010 | 1100111 | 0 | 1000 | 111011 | 0 | 110100 | 1100011 | 1000110 |
Color Harmonies of #FEEA67
Complementary color
Monochromatic Colors of #FEEA67
Black with #FEEA67
Text Example
Text Example
White with #FEEA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA67; }
p { color: rgb(254,234,103); }
H1.HeaderClassName
{
color: #FEEA67;
}
.AnyTagClassName
{
color: #FEEA67;
}
</style>
background-color css
<style>
a { background-color: #FEEA67; }
a { background-color: rgb(254,234,103); }
div.DivClassName
{
background-color: #FEEA67;
}
.BgClassName
{
background-color: #FEEA67;
}
</style>
border-color css
<style>
span { border-color: #FEEA67; }
span { border-color: rgb(254,234,103); }
td.TdClassName
{
border-color: #FEEA67;
}
.TagClassName
{
border-color: #FEEA67;
}
</style>