Shades of Sweet Corn #FFE984
Tints of Sweet Corn #FFE984
RGB
CMYK
RGB Variations
Color information
#FFE984 (or 0xFFE984) is known color: Sweet Corn. HEX triplet: FF, E9 and 84. RGB value is (255,233,132). Sum of RGB (Red+Green+Blue) = 255+233+132=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 132 (51.95% from 255 or 21.29% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE984 is #00167B. Grayscale: #E4E4E4. Windows color (decimal): -5756 or 8710655. OLE color: 8710655.
HSL color Cylindrical-coordinate representation of color #FFE984: hue angle of 49.27º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFE984 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 132 | - |
| CMYK | 0 | 0.09 | 0.48 | 0 |
| HSL | 49.27º | 1% | 0.76% | - |
| HSV(B) | 49.27º | 0.48% | 1% | - |
| XYZ | 74.54 | 81.2 | 33.57 | - |
| YUV | 228.06 | 73.79 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 132 | 0 | 0.09 | 0.48 | 0 | 49.27 | 1 | 0.76 |
| Hex | FF | E9 | 84 | 0 | 9 | 30 | 0 | 31 | 64 | 4C |
| Octal | 377 | 351 | 204 | 0 | 11 | 60 | 0 | 61 | 144 | 114 |
| Binary | 11111111 | 11101001 | 10000100 | 0 | 1001 | 110000 | 0 | 110001 | 1100100 | 1001100 |
Color Harmonies of #FFE984
Complementary color
Monochromatic Colors of #FFE984
Black with #FFE984
Text Example
Text Example
White with #FFE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE984; }
p { color: rgb(255,233,132); }
H1.HeaderClassName
{
color: #FFE984;
}
.AnyTagClassName
{
color: #FFE984;
}
</style>
background-color css
<style>
a { background-color: #FFE984; }
a { background-color: rgb(255,233,132); }
div.DivClassName
{
background-color: #FFE984;
}
.BgClassName
{
background-color: #FFE984;
}
</style>
border-color css
<style>
span { border-color: #FFE984; }
span { border-color: rgb(255,233,132); }
td.TdClassName
{
border-color: #FFE984;
}
.TagClassName
{
border-color: #FFE984;
}
</style>