Shades of Corn #FEE65D
Tints of Corn #FEE65D
RGB
CMYK
RGB Variations
Color information
#FEE65D (or 0xFEE65D) is known color: Corn. HEX triplet: FE, E6 and 5D. RGB value is (254,230,93). Sum of RGB (Red+Green+Blue) = 254+230+93=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 93 (36.72% from 255 or 16.12% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE65D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE65D is #0119A2. Grayscale: #DEDEDE. Windows color (decimal): -72099 or 6153982. OLE color: 6153982.
HSL color Cylindrical-coordinate representation of color #FEE65D: hue angle of 51.06º 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 #FEE65D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 93 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.00 |
| HSL | 51.06º | 0.99% | 0.68% | - |
| HSV(B) | 51.06º | 0.63% | 1% | - |
| XYZ | 71.15 | 78.45 | 21.75 | - |
| YUV | 221.56 | 55.45 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 93 | 0 | 0.09 | 0.63 | 0.00 | 51.06 | 0.99 | 0.68 |
| Hex | FE | E6 | 5D | 0 | 9 | 3F | 0 | 33 | 63 | 44 |
| Octal | 376 | 346 | 135 | 0 | 11 | 77 | 0 | 63 | 143 | 104 |
| Binary | 11111110 | 11100110 | 1011101 | 0 | 1001 | 111111 | 0 | 110011 | 1100011 | 1000100 |
Color Harmonies of #FEE65D
Complementary color
Monochromatic Colors of #FEE65D
Black with #FEE65D
Text Example
Text Example
White with #FEE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE65D; }
p { color: rgb(254,230,93); }
H1.HeaderClassName
{
color: #FEE65D;
}
.AnyTagClassName
{
color: #FEE65D;
}
</style>
background-color css
<style>
a { background-color: #FEE65D; }
a { background-color: rgb(254,230,93); }
div.DivClassName
{
background-color: #FEE65D;
}
.BgClassName
{
background-color: #FEE65D;
}
</style>
border-color css
<style>
span { border-color: #FEE65D; }
span { border-color: rgb(254,230,93); }
td.TdClassName
{
border-color: #FEE65D;
}
.TagClassName
{
border-color: #FEE65D;
}
</style>