Shades of Sweet Corn #FEE66A
Tints of Sweet Corn #FEE66A
RGB
CMYK
RGB Variations
Color information
#FEE66A (or 0xFEE66A) is known color: Sweet Corn. HEX triplet: FE, E6 and 6A. RGB value is (254,230,106). Sum of RGB (Red+Green+Blue) = 254+230+106=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 106 (41.80% from 255 or 17.97% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE66A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE66A is #011995. Grayscale: #DFDFDF. Windows color (decimal): -72086 or 7005950. OLE color: 7005950.
HSL color Cylindrical-coordinate representation of color #FEE66A: hue angle of 50.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEE66A is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 106 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.00 |
| HSL | 50.27º | 0.99% | 0.71% | - |
| HSV(B) | 50.27º | 0.58% | 1% | - |
| XYZ | 71.77 | 78.71 | 25.04 | - |
| YUV | 223.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 106 | 0 | 0.09 | 0.58 | 0.00 | 50.27 | 0.99 | 0.71 |
| Hex | FE | E6 | 6A | 0 | 9 | 3A | 0 | 32 | 63 | 47 |
| Octal | 376 | 346 | 152 | 0 | 11 | 72 | 0 | 62 | 143 | 107 |
| Binary | 11111110 | 11100110 | 1101010 | 0 | 1001 | 111010 | 0 | 110010 | 1100011 | 1000111 |
Color Harmonies of #FEE66A
Complementary color
Monochromatic Colors of #FEE66A
Black with #FEE66A
Text Example
Text Example
White with #FEE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE66A; }
p { color: rgb(254,230,106); }
H1.HeaderClassName
{
color: #FEE66A;
}
.AnyTagClassName
{
color: #FEE66A;
}
</style>
background-color css
<style>
a { background-color: #FEE66A; }
a { background-color: rgb(254,230,106); }
div.DivClassName
{
background-color: #FEE66A;
}
.BgClassName
{
background-color: #FEE66A;
}
</style>
border-color css
<style>
span { border-color: #FEE66A; }
span { border-color: rgb(254,230,106); }
td.TdClassName
{
border-color: #FEE66A;
}
.TagClassName
{
border-color: #FEE66A;
}
</style>