Shades of Sweet Corn #FFE676
Tints of Sweet Corn #FFE676
RGB
CMYK
RGB Variations
Color information
#FFE676 (or 0xFFE676) is known color: Sweet Corn. HEX triplet: FF, E6 and 76. RGB value is (255,230,118). Sum of RGB (Red+Green+Blue) = 255+230+118=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 118 (46.48% from 255 or 19.57% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE676 is #001989. Grayscale: #E1E1E1. Windows color (decimal): -6538 or 7792383. OLE color: 7792383.
HSL color Cylindrical-coordinate representation of color #FFE676: hue angle of 49.05º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFE676 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 118 | - |
| CMYK | 0 | 0.10 | 0.54 | 0 |
| HSL | 49.05º | 1% | 0.73% | - |
| HSV(B) | 49.05º | 0.54% | 1% | - |
| XYZ | 72.81 | 79.16 | 28.58 | - |
| YUV | 224.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 118 | 0 | 0.10 | 0.54 | 0 | 49.05 | 1 | 0.73 |
| Hex | FF | E6 | 76 | 0 | A | 36 | 0 | 31 | 64 | 49 |
| Octal | 377 | 346 | 166 | 0 | 12 | 66 | 0 | 61 | 144 | 111 |
| Binary | 11111111 | 11100110 | 1110110 | 0 | 1010 | 110110 | 0 | 110001 | 1100100 | 1001001 |
Color Harmonies of #FFE676
Complementary color
Monochromatic Colors of #FFE676
Black with #FFE676
Text Example
Text Example
White with #FFE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE676; }
p { color: rgb(255,230,118); }
H1.HeaderClassName
{
color: #FFE676;
}
.AnyTagClassName
{
color: #FFE676;
}
</style>
background-color css
<style>
a { background-color: #FFE676; }
a { background-color: rgb(255,230,118); }
div.DivClassName
{
background-color: #FFE676;
}
.BgClassName
{
background-color: #FFE676;
}
</style>
border-color css
<style>
span { border-color: #FFE676; }
span { border-color: rgb(255,230,118); }
td.TdClassName
{
border-color: #FFE676;
}
.TagClassName
{
border-color: #FFE676;
}
</style>