Shades of Sweet Corn #FFE482
Tints of Sweet Corn #FFE482
RGB
CMYK
RGB Variations
Color information
#FFE482 (or 0xFFE482) is known color: Sweet Corn. HEX triplet: FF, E4 and 82. RGB value is (255,228,130). Sum of RGB (Red+Green+Blue) = 255+228+130=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 130 (51.17% from 255 or 21.21% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFE482 is #001B7D. Grayscale: #E1E1E1. Windows color (decimal): -7038 or 8578303. OLE color: 8578303.
HSL color Cylindrical-coordinate representation of color #FFE482: hue angle of 47.04º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFE482 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 130 | - |
| CMYK | 0 | 0.11 | 0.49 | 0 |
| HSL | 47.04º | 1% | 0.75% | - |
| HSV(B) | 47.04º | 0.49% | 1% | - |
| XYZ | 73.01 | 78.36 | 32.4 | - |
| YUV | 224.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 130 | 0 | 0.11 | 0.49 | 0 | 47.04 | 1 | 0.75 |
| Hex | FF | E4 | 82 | 0 | B | 31 | 0 | 2F | 64 | 4B |
| Octal | 377 | 344 | 202 | 0 | 13 | 61 | 0 | 57 | 144 | 113 |
| Binary | 11111111 | 11100100 | 10000010 | 0 | 1011 | 110001 | 0 | 101111 | 1100100 | 1001011 |
Color Harmonies of #FFE482
Complementary color
Monochromatic Colors of #FFE482
Black with #FFE482
Text Example
Text Example
White with #FFE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE482; }
p { color: rgb(255,228,130); }
H1.HeaderClassName
{
color: #FFE482;
}
.AnyTagClassName
{
color: #FFE482;
}
</style>
background-color css
<style>
a { background-color: #FFE482; }
a { background-color: rgb(255,228,130); }
div.DivClassName
{
background-color: #FFE482;
}
.BgClassName
{
background-color: #FFE482;
}
</style>
border-color css
<style>
span { border-color: #FFE482; }
span { border-color: rgb(255,228,130); }
td.TdClassName
{
border-color: #FFE482;
}
.TagClassName
{
border-color: #FFE482;
}
</style>