Shades of Sweet Corn #FFE27C
Tints of Sweet Corn #FFE27C
RGB
CMYK
RGB Variations
Color information
#FFE27C (or 0xFFE27C) is known color: Sweet Corn. HEX triplet: FF, E2 and 7C. RGB value is (255,226,124). Sum of RGB (Red+Green+Blue) = 255+226+124=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE27C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE27C is #001D83. Grayscale: #DFDFDF. Windows color (decimal): -7556 or 8184575. OLE color: 8184575.
HSL color Cylindrical-coordinate representation of color #FFE27C: hue angle of 46.72º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFE27C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 226 | 124 | - |
| CMYK | 0 | 0.11 | 0.51 | 0 |
| HSL | 46.72º | 1% | 0.74% | - |
| HSV(B) | 46.72º | 0.51% | 1% | - |
| XYZ | 72.07 | 77.11 | 30.15 | - |
| YUV | 223.04 | 72.11 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 226 | 124 | 0 | 0.11 | 0.51 | 0 | 46.72 | 1 | 0.74 |
| Hex | FF | E2 | 7C | 0 | B | 33 | 0 | 2F | 64 | 4A |
| Octal | 377 | 342 | 174 | 0 | 13 | 63 | 0 | 57 | 144 | 112 |
| Binary | 11111111 | 11100010 | 1111100 | 0 | 1011 | 110011 | 0 | 101111 | 1100100 | 1001010 |
Color Harmonies of #FFE27C
Complementary color
Monochromatic Colors of #FFE27C
Black with #FFE27C
Text Example
Text Example
White with #FFE27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE27C; }
p { color: rgb(255,226,124); }
H1.HeaderClassName
{
color: #FFE27C;
}
.AnyTagClassName
{
color: #FFE27C;
}
</style>
background-color css
<style>
a { background-color: #FFE27C; }
a { background-color: rgb(255,226,124); }
div.DivClassName
{
background-color: #FFE27C;
}
.BgClassName
{
background-color: #FFE27C;
}
</style>
border-color css
<style>
span { border-color: #FFE27C; }
span { border-color: rgb(255,226,124); }
td.TdClassName
{
border-color: #FFE27C;
}
.TagClassName
{
border-color: #FFE27C;
}
</style>