Shades of Sweet Corn #FFE677
Tints of Sweet Corn #FFE677
RGB
CMYK
RGB Variations
Color information
#FFE677 (or 0xFFE677) is known color: Sweet Corn. HEX triplet: FF, E6 and 77. RGB value is (255,230,119). Sum of RGB (Red+Green+Blue) = 255+230+119=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 119 (46.88% from 255 or 19.70% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE677 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE677 is #001988. Grayscale: #E1E1E1. Windows color (decimal): -6537 or 7857919. OLE color: 7857919.
HSL color Cylindrical-coordinate representation of color #FFE677: hue angle of 48.97º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FFE677 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 119 | - |
| CMYK | 0 | 0.10 | 0.53 | 0 |
| HSL | 48.97º | 1% | 0.73% | - |
| HSV(B) | 48.97º | 0.53% | 1% | - |
| XYZ | 72.87 | 79.19 | 28.9 | - |
| YUV | 224.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 119 | 0 | 0.10 | 0.53 | 0 | 48.97 | 1 | 0.73 |
| Hex | FF | E6 | 77 | 0 | A | 35 | 0 | 31 | 64 | 49 |
| Octal | 377 | 346 | 167 | 0 | 12 | 65 | 0 | 61 | 144 | 111 |
| Binary | 11111111 | 11100110 | 1110111 | 0 | 1010 | 110101 | 0 | 110001 | 1100100 | 1001001 |
Color Harmonies of #FFE677
Complementary color
Monochromatic Colors of #FFE677
Black with #FFE677
Text Example
Text Example
White with #FFE677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE677; }
p { color: rgb(255,230,119); }
H1.HeaderClassName
{
color: #FFE677;
}
.AnyTagClassName
{
color: #FFE677;
}
</style>
background-color css
<style>
a { background-color: #FFE677; }
a { background-color: rgb(255,230,119); }
div.DivClassName
{
background-color: #FFE677;
}
.BgClassName
{
background-color: #FFE677;
}
</style>
border-color css
<style>
span { border-color: #FFE677; }
span { border-color: rgb(255,230,119); }
td.TdClassName
{
border-color: #FFE677;
}
.TagClassName
{
border-color: #FFE677;
}
</style>