Shades of Sweet Corn #FEE678
Tints of Sweet Corn #FEE678
RGB
CMYK
RGB Variations
Color information
#FEE678 (or 0xFEE678) is known color: Sweet Corn. HEX triplet: FE, E6 and 78. RGB value is (254,230,120). Sum of RGB (Red+Green+Blue) = 254+230+120=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 120 (47.27% from 255 or 19.87% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEE678 is #011987. Grayscale: #E1E1E1. Windows color (decimal): -72072 or 7923454. OLE color: 7923454.
HSL color Cylindrical-coordinate representation of color #FEE678: hue angle of 49.25º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FEE678 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 120 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.00 |
| HSL | 49.25º | 0.99% | 0.73% | - |
| HSV(B) | 49.25º | 0.53% | 1% | - |
| XYZ | 72.56 | 79.02 | 29.2 | - |
| YUV | 224.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 120 | 0 | 0.09 | 0.53 | 0.00 | 49.25 | 0.99 | 0.73 |
| Hex | FE | E6 | 78 | 0 | 9 | 35 | 0 | 31 | 63 | 49 |
| Octal | 376 | 346 | 170 | 0 | 11 | 65 | 0 | 61 | 143 | 111 |
| Binary | 11111110 | 11100110 | 1111000 | 0 | 1001 | 110101 | 0 | 110001 | 1100011 | 1001001 |
Color Harmonies of #FEE678
Complementary color
Monochromatic Colors of #FEE678
Black with #FEE678
Text Example
Text Example
White with #FEE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE678; }
p { color: rgb(254,230,120); }
H1.HeaderClassName
{
color: #FEE678;
}
.AnyTagClassName
{
color: #FEE678;
}
</style>
background-color css
<style>
a { background-color: #FEE678; }
a { background-color: rgb(254,230,120); }
div.DivClassName
{
background-color: #FEE678;
}
.BgClassName
{
background-color: #FEE678;
}
</style>
border-color css
<style>
span { border-color: #FEE678; }
span { border-color: rgb(254,230,120); }
td.TdClassName
{
border-color: #FEE678;
}
.TagClassName
{
border-color: #FEE678;
}
</style>