Shades of Sweet Corn #FFE681
Tints of Sweet Corn #FFE681
RGB
CMYK
RGB Variations
Color information
#FFE681 (or 0xFFE681) is known color: Sweet Corn. HEX triplet: FF, E6 and 81. RGB value is (255,230,129). Sum of RGB (Red+Green+Blue) = 255+230+129=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 129 (50.78% from 255 or 21.01% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE681 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFE681 is #00197E. Grayscale: #E2E2E2. Windows color (decimal): -6527 or 8513279. OLE color: 8513279.
HSL color Cylindrical-coordinate representation of color #FFE681: hue angle of 48.1º 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 #FFE681 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 129 | - |
| CMYK | 0 | 0.10 | 0.49 | 0 |
| HSL | 48.1º | 1% | 0.75% | - |
| HSV(B) | 48.1º | 0.49% | 1% | - |
| XYZ | 73.5 | 79.44 | 32.23 | - |
| YUV | 225.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 129 | 0 | 0.10 | 0.49 | 0 | 48.1 | 1 | 0.75 |
| Hex | FF | E6 | 81 | 0 | A | 31 | 0 | 30 | 64 | 4B |
| Octal | 377 | 346 | 201 | 0 | 12 | 61 | 0 | 60 | 144 | 113 |
| Binary | 11111111 | 11100110 | 10000001 | 0 | 1010 | 110001 | 0 | 110000 | 1100100 | 1001011 |
Color Harmonies of #FFE681
Complementary color
Monochromatic Colors of #FFE681
Black with #FFE681
Text Example
Text Example
White with #FFE681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE681; }
p { color: rgb(255,230,129); }
H1.HeaderClassName
{
color: #FFE681;
}
.AnyTagClassName
{
color: #FFE681;
}
</style>
background-color css
<style>
a { background-color: #FFE681; }
a { background-color: rgb(255,230,129); }
div.DivClassName
{
background-color: #FFE681;
}
.BgClassName
{
background-color: #FFE681;
}
</style>
border-color css
<style>
span { border-color: #FFE681; }
span { border-color: rgb(255,230,129); }
td.TdClassName
{
border-color: #FFE681;
}
.TagClassName
{
border-color: #FFE681;
}
</style>