Shades of Corn #FEEE5D
Tints of Corn #FEEE5D
RGB
CMYK
RGB Variations
Color information
#FEEE5D (or 0xFEEE5D) is known color: Corn. HEX triplet: FE, EE and 5D. RGB value is (254,238,93). Sum of RGB (Red+Green+Blue) = 254+238+93=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 93 (36.72% from 255 or 15.90% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEE5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEEE5D is #0111A2. Grayscale: #E2E2E2. Windows color (decimal): -70051 or 6156030. OLE color: 6156030.
HSL color Cylindrical-coordinate representation of color #FEEE5D: hue angle of 54.04º 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 #FEEE5D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 93 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.00 |
| HSL | 54.04º | 0.99% | 0.68% | - |
| HSV(B) | 54.04º | 0.63% | 1% | - |
| XYZ | 73.42 | 83.01 | 22.51 | - |
| YUV | 226.25 | 52.8 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 93 | 0 | 0.06 | 0.63 | 0.00 | 54.04 | 0.99 | 0.68 |
| Hex | FE | EE | 5D | 0 | 6 | 3F | 0 | 36 | 63 | 44 |
| Octal | 376 | 356 | 135 | 0 | 6 | 77 | 0 | 66 | 143 | 104 |
| Binary | 11111110 | 11101110 | 1011101 | 0 | 110 | 111111 | 0 | 110110 | 1100011 | 1000100 |
Color Harmonies of #FEEE5D
Complementary color
Monochromatic Colors of #FEEE5D
Black with #FEEE5D
Text Example
Text Example
White with #FEEE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEE5D; }
p { color: rgb(254,238,93); }
H1.HeaderClassName
{
color: #FEEE5D;
}
.AnyTagClassName
{
color: #FEEE5D;
}
</style>
background-color css
<style>
a { background-color: #FEEE5D; }
a { background-color: rgb(254,238,93); }
div.DivClassName
{
background-color: #FEEE5D;
}
.BgClassName
{
background-color: #FEEE5D;
}
</style>
border-color css
<style>
span { border-color: #FEEE5D; }
span { border-color: rgb(254,238,93); }
td.TdClassName
{
border-color: #FEEE5D;
}
.TagClassName
{
border-color: #FEEE5D;
}
</style>