Shades of Sweet Corn #FFE66C
Tints of Sweet Corn #FFE66C
RGB
CMYK
RGB Variations
Color information
#FFE66C (or 0xFFE66C) is known color: Sweet Corn. HEX triplet: FF, E6 and 6C. RGB value is (255,230,108). Sum of RGB (Red+Green+Blue) = 255+230+108=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 108 (42.58% from 255 or 18.21% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE66C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE66C is #001993. Grayscale: #E0E0E0. Windows color (decimal): -6548 or 7137023. OLE color: 7137023.
HSL color Cylindrical-coordinate representation of color #FFE66C: hue angle of 49.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FFE66C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 108 | - |
| CMYK | 0 | 0.10 | 0.58 | 0 |
| HSL | 49.8º | 1% | 0.71% | - |
| HSV(B) | 49.8º | 0.58% | 1% | - |
| XYZ | 72.24 | 78.94 | 25.62 | - |
| YUV | 223.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 108 | 0 | 0.10 | 0.58 | 0 | 49.8 | 1 | 0.71 |
| Hex | FF | E6 | 6C | 0 | A | 3A | 0 | 32 | 64 | 47 |
| Octal | 377 | 346 | 154 | 0 | 12 | 72 | 0 | 62 | 144 | 107 |
| Binary | 11111111 | 11100110 | 1101100 | 0 | 1010 | 111010 | 0 | 110010 | 1100100 | 1000111 |
Color Harmonies of #FFE66C
Complementary color
Monochromatic Colors of #FFE66C
Black with #FFE66C
Text Example
Text Example
White with #FFE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE66C; }
p { color: rgb(255,230,108); }
H1.HeaderClassName
{
color: #FFE66C;
}
.AnyTagClassName
{
color: #FFE66C;
}
</style>
background-color css
<style>
a { background-color: #FFE66C; }
a { background-color: rgb(255,230,108); }
div.DivClassName
{
background-color: #FFE66C;
}
.BgClassName
{
background-color: #FFE66C;
}
</style>
border-color css
<style>
span { border-color: #FFE66C; }
span { border-color: rgb(255,230,108); }
td.TdClassName
{
border-color: #FFE66C;
}
.TagClassName
{
border-color: #FFE66C;
}
</style>