Shades of Corn #FEE55D
Tints of Corn #FEE55D
RGB
CMYK
RGB Variations
Color information
#FEE55D (or 0xFEE55D) is known color: Corn. HEX triplet: FE, E5 and 5D. RGB value is (254,229,93). Sum of RGB (Red+Green+Blue) = 254+229+93=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 93 (36.72% from 255 or 16.15% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEE55D is #011AA2. Grayscale: #DDDDDD. Windows color (decimal): -72355 or 6153726. OLE color: 6153726.
HSL color Cylindrical-coordinate representation of color #FEE55D: hue angle of 50.68º 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 #FEE55D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 93 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.00 |
| HSL | 50.68º | 0.99% | 0.68% | - |
| HSV(B) | 50.68º | 0.63% | 1% | - |
| XYZ | 70.87 | 77.9 | 21.66 | - |
| YUV | 220.97 | 55.78 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 93 | 0 | 0.10 | 0.63 | 0.00 | 50.68 | 0.99 | 0.68 |
| Hex | FE | E5 | 5D | 0 | A | 3F | 0 | 33 | 63 | 44 |
| Octal | 376 | 345 | 135 | 0 | 12 | 77 | 0 | 63 | 143 | 104 |
| Binary | 11111110 | 11100101 | 1011101 | 0 | 1010 | 111111 | 0 | 110011 | 1100011 | 1000100 |
Color Harmonies of #FEE55D
Complementary color
Monochromatic Colors of #FEE55D
Black with #FEE55D
Text Example
Text Example
White with #FEE55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE55D; }
p { color: rgb(254,229,93); }
H1.HeaderClassName
{
color: #FEE55D;
}
.AnyTagClassName
{
color: #FEE55D;
}
</style>
background-color css
<style>
a { background-color: #FEE55D; }
a { background-color: rgb(254,229,93); }
div.DivClassName
{
background-color: #FEE55D;
}
.BgClassName
{
background-color: #FEE55D;
}
</style>
border-color css
<style>
span { border-color: #FEE55D; }
span { border-color: rgb(254,229,93); }
td.TdClassName
{
border-color: #FEE55D;
}
.TagClassName
{
border-color: #FEE55D;
}
</style>