Shades of Corn #FEE85D
Tints of Corn #FEE85D
RGB
CMYK
RGB Variations
Color information
#FEE85D (or 0xFEE85D) is known color: Corn. HEX triplet: FE, E8 and 5D. RGB value is (254,232,93). Sum of RGB (Red+Green+Blue) = 254+232+93=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 93 (36.72% from 255 or 16.06% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE85D is #0117A2. Grayscale: #DFDFDF. Windows color (decimal): -71587 or 6154494. OLE color: 6154494.
HSL color Cylindrical-coordinate representation of color #FEE85D: hue angle of 51.8º 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 #FEE85D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 93 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.00 |
| HSL | 51.8º | 0.99% | 0.68% | - |
| HSV(B) | 51.8º | 0.63% | 1% | - |
| XYZ | 71.71 | 79.57 | 21.94 | - |
| YUV | 222.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 93 | 0 | 0.09 | 0.63 | 0.00 | 51.8 | 0.99 | 0.68 |
| Hex | FE | E8 | 5D | 0 | 9 | 3F | 0 | 34 | 63 | 44 |
| Octal | 376 | 350 | 135 | 0 | 11 | 77 | 0 | 64 | 143 | 104 |
| Binary | 11111110 | 11101000 | 1011101 | 0 | 1001 | 111111 | 0 | 110100 | 1100011 | 1000100 |
Color Harmonies of #FEE85D
Complementary color
Monochromatic Colors of #FEE85D
Black with #FEE85D
Text Example
Text Example
White with #FEE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE85D; }
p { color: rgb(254,232,93); }
H1.HeaderClassName
{
color: #FEE85D;
}
.AnyTagClassName
{
color: #FEE85D;
}
</style>
background-color css
<style>
a { background-color: #FEE85D; }
a { background-color: rgb(254,232,93); }
div.DivClassName
{
background-color: #FEE85D;
}
.BgClassName
{
background-color: #FEE85D;
}
</style>
border-color css
<style>
span { border-color: #FEE85D; }
span { border-color: rgb(254,232,93); }
td.TdClassName
{
border-color: #FEE85D;
}
.TagClassName
{
border-color: #FEE85D;
}
</style>