Shades of Sweet Corn #FFE468
Tints of Sweet Corn #FFE468
RGB
CMYK
RGB Variations
Color information
#FFE468 (or 0xFFE468) is known color: Sweet Corn. HEX triplet: FF, E4 and 68. RGB value is (255,228,104). Sum of RGB (Red+Green+Blue) = 255+228+104=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 228 (89.45% from 255 or 38.84% from 587); Blue value is 104 (41.02% from 255 or 17.72% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE468 is #001B97. Grayscale: #DEDEDE. Windows color (decimal): -7064 or 6874367. OLE color: 6874367.
HSL color Cylindrical-coordinate representation of color #FFE468: hue angle of 49.27º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFE468 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 104 | - |
| CMYK | 0 | 0.11 | 0.59 | 0 |
| HSL | 49.27º | 1% | 0.7% | - |
| HSV(B) | 49.27º | 0.59% | 1% | - |
| XYZ | 71.48 | 77.75 | 24.34 | - |
| YUV | 221.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 104 | 0 | 0.11 | 0.59 | 0 | 49.27 | 1 | 0.7 |
| Hex | FF | E4 | 68 | 0 | B | 3B | 0 | 31 | 64 | 46 |
| Octal | 377 | 344 | 150 | 0 | 13 | 73 | 0 | 61 | 144 | 106 |
| Binary | 11111111 | 11100100 | 1101000 | 0 | 1011 | 111011 | 0 | 110001 | 1100100 | 1000110 |
Color Harmonies of #FFE468
Complementary color
Monochromatic Colors of #FFE468
Black with #FFE468
Text Example
Text Example
White with #FFE468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE468; }
p { color: rgb(255,228,104); }
H1.HeaderClassName
{
color: #FFE468;
}
.AnyTagClassName
{
color: #FFE468;
}
</style>
background-color css
<style>
a { background-color: #FFE468; }
a { background-color: rgb(255,228,104); }
div.DivClassName
{
background-color: #FFE468;
}
.BgClassName
{
background-color: #FFE468;
}
</style>
border-color css
<style>
span { border-color: #FFE468; }
span { border-color: rgb(255,228,104); }
td.TdClassName
{
border-color: #FFE468;
}
.TagClassName
{
border-color: #FFE468;
}
</style>