Shades of Sweet Corn #FEE66F
Tints of Sweet Corn #FEE66F
RGB
CMYK
RGB Variations
Color information
#FEE66F (or 0xFEE66F) is known color: Sweet Corn. HEX triplet: FE, E6 and 6F. RGB value is (254,230,111). Sum of RGB (Red+Green+Blue) = 254+230+111=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 111 (43.75% from 255 or 18.66% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE66F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE66F is #011990. Grayscale: #E0E0E0. Windows color (decimal): -72081 or 7333630. OLE color: 7333630.
HSL color Cylindrical-coordinate representation of color #FEE66F: hue angle of 49.93º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FEE66F is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 111 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.00 |
| HSL | 49.93º | 0.99% | 0.72% | - |
| HSV(B) | 49.93º | 0.56% | 1% | - |
| XYZ | 72.04 | 78.81 | 26.45 | - |
| YUV | 223.61 | 64.45 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 111 | 0 | 0.09 | 0.56 | 0.00 | 49.93 | 0.99 | 0.72 |
| Hex | FE | E6 | 6F | 0 | 9 | 38 | 0 | 32 | 63 | 48 |
| Octal | 376 | 346 | 157 | 0 | 11 | 70 | 0 | 62 | 143 | 110 |
| Binary | 11111110 | 11100110 | 1101111 | 0 | 1001 | 111000 | 0 | 110010 | 1100011 | 1001000 |
Color Harmonies of #FEE66F
Complementary color
Monochromatic Colors of #FEE66F
Black with #FEE66F
Text Example
Text Example
White with #FEE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE66F; }
p { color: rgb(254,230,111); }
H1.HeaderClassName
{
color: #FEE66F;
}
.AnyTagClassName
{
color: #FEE66F;
}
</style>
background-color css
<style>
a { background-color: #FEE66F; }
a { background-color: rgb(254,230,111); }
div.DivClassName
{
background-color: #FEE66F;
}
.BgClassName
{
background-color: #FEE66F;
}
</style>
border-color css
<style>
span { border-color: #FEE66F; }
span { border-color: rgb(254,230,111); }
td.TdClassName
{
border-color: #FEE66F;
}
.TagClassName
{
border-color: #FEE66F;
}
</style>