Shades of Corn #FEEA5D
Tints of Corn #FEEA5D
RGB
CMYK
RGB Variations
Color information
#FEEA5D (or 0xFEEA5D) is known color: Corn. HEX triplet: FE, EA and 5D. RGB value is (254,234,93). Sum of RGB (Red+Green+Blue) = 254+234+93=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 93 (36.72% from 255 or 16.01% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEA5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEA5D is #0115A2. Grayscale: #E0E0E0. Windows color (decimal): -71075 or 6155006. OLE color: 6155006.
HSL color Cylindrical-coordinate representation of color #FEEA5D: hue angle of 52.55º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEEA5D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 93 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.00 |
| HSL | 52.55º | 0.99% | 0.68% | - |
| HSV(B) | 52.55º | 0.63% | 1% | - |
| XYZ | 72.27 | 80.71 | 22.12 | - |
| YUV | 223.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 93 | 0 | 0.08 | 0.63 | 0.00 | 52.55 | 0.99 | 0.68 |
| Hex | FE | EA | 5D | 0 | 8 | 3F | 0 | 35 | 63 | 44 |
| Octal | 376 | 352 | 135 | 0 | 10 | 77 | 0 | 65 | 143 | 104 |
| Binary | 11111110 | 11101010 | 1011101 | 0 | 1000 | 111111 | 0 | 110101 | 1100011 | 1000100 |
Color Harmonies of #FEEA5D
Complementary color
Monochromatic Colors of #FEEA5D
Black with #FEEA5D
Text Example
Text Example
White with #FEEA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEA5D; }
p { color: rgb(254,234,93); }
H1.HeaderClassName
{
color: #FEEA5D;
}
.AnyTagClassName
{
color: #FEEA5D;
}
</style>
background-color css
<style>
a { background-color: #FEEA5D; }
a { background-color: rgb(254,234,93); }
div.DivClassName
{
background-color: #FEEA5D;
}
.BgClassName
{
background-color: #FEEA5D;
}
</style>
border-color css
<style>
span { border-color: #FEEA5D; }
span { border-color: rgb(254,234,93); }
td.TdClassName
{
border-color: #FEEA5D;
}
.TagClassName
{
border-color: #FEEA5D;
}
</style>