Shades of Sweet Corn #FEE674
Tints of Sweet Corn #FEE674
RGB
CMYK
RGB Variations
Color information
#FEE674 (or 0xFEE674) is known color: Sweet Corn. HEX triplet: FE, E6 and 74. RGB value is (254,230,116). Sum of RGB (Red+Green+Blue) = 254+230+116=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE674 is #01198B. Grayscale: #E0E0E0. Windows color (decimal): -72076 or 7661310. OLE color: 7661310.
HSL color Cylindrical-coordinate representation of color #FEE674: hue angle of 49.57º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FEE674 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 116 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.00 |
| HSL | 49.57º | 0.99% | 0.73% | - |
| HSV(B) | 49.57º | 0.54% | 1% | - |
| XYZ | 72.32 | 78.93 | 27.95 | - |
| YUV | 224.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 116 | 0 | 0.09 | 0.54 | 0.00 | 49.57 | 0.99 | 0.73 |
| Hex | FE | E6 | 74 | 0 | 9 | 36 | 0 | 32 | 63 | 49 |
| Octal | 376 | 346 | 164 | 0 | 11 | 66 | 0 | 62 | 143 | 111 |
| Binary | 11111110 | 11100110 | 1110100 | 0 | 1001 | 110110 | 0 | 110010 | 1100011 | 1001001 |
Color Harmonies of #FEE674
Complementary color
Monochromatic Colors of #FEE674
Black with #FEE674
Text Example
Text Example
White with #FEE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE674; }
p { color: rgb(254,230,116); }
H1.HeaderClassName
{
color: #FEE674;
}
.AnyTagClassName
{
color: #FEE674;
}
</style>
background-color css
<style>
a { background-color: #FEE674; }
a { background-color: rgb(254,230,116); }
div.DivClassName
{
background-color: #FEE674;
}
.BgClassName
{
background-color: #FEE674;
}
</style>
border-color css
<style>
span { border-color: #FEE674; }
span { border-color: rgb(254,230,116); }
td.TdClassName
{
border-color: #FEE674;
}
.TagClassName
{
border-color: #FEE674;
}
</style>