Shades of Sweet Corn #FEE66D
Tints of Sweet Corn #FEE66D
RGB
CMYK
RGB Variations
Color information
#FEE66D (or 0xFEE66D) is known color: Sweet Corn. HEX triplet: FE, E6 and 6D. RGB value is (254,230,109). Sum of RGB (Red+Green+Blue) = 254+230+109=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 109 (42.97% from 255 or 18.38% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE66D is #011992. Grayscale: #DFDFDF. Windows color (decimal): -72083 or 7202558. OLE color: 7202558.
HSL color Cylindrical-coordinate representation of color #FEE66D: hue angle of 50.07º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FEE66D is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 109 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.00 |
| HSL | 50.07º | 0.99% | 0.71% | - |
| HSV(B) | 50.07º | 0.57% | 1% | - |
| XYZ | 71.93 | 78.77 | 25.88 | - |
| YUV | 223.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 109 | 0 | 0.09 | 0.57 | 0.00 | 50.07 | 0.99 | 0.71 |
| Hex | FE | E6 | 6D | 0 | 9 | 39 | 0 | 32 | 63 | 47 |
| Octal | 376 | 346 | 155 | 0 | 11 | 71 | 0 | 62 | 143 | 107 |
| Binary | 11111110 | 11100110 | 1101101 | 0 | 1001 | 111001 | 0 | 110010 | 1100011 | 1000111 |
Color Harmonies of #FEE66D
Complementary color
Monochromatic Colors of #FEE66D
Black with #FEE66D
Text Example
Text Example
White with #FEE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE66D; }
p { color: rgb(254,230,109); }
H1.HeaderClassName
{
color: #FEE66D;
}
.AnyTagClassName
{
color: #FEE66D;
}
</style>
background-color css
<style>
a { background-color: #FEE66D; }
a { background-color: rgb(254,230,109); }
div.DivClassName
{
background-color: #FEE66D;
}
.BgClassName
{
background-color: #FEE66D;
}
</style>
border-color css
<style>
span { border-color: #FEE66D; }
span { border-color: rgb(254,230,109); }
td.TdClassName
{
border-color: #FEE66D;
}
.TagClassName
{
border-color: #FEE66D;
}
</style>