Shades of Corn #FFE968
Tints of Corn #FFE968
RGB
CMYK
RGB Variations
Color information
#FFE968 (or 0xFFE968) is known color: Corn. HEX triplet: FF, E9 and 68. RGB value is (255,233,104). Sum of RGB (Red+Green+Blue) = 255+233+104=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 104 (41.02% from 255 or 17.57% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE968 is #001697. Grayscale: #E1E1E1. Windows color (decimal): -5784 or 6875647. OLE color: 6875647.
HSL color Cylindrical-coordinate representation of color #FFE968: hue angle of 51.26º 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 #FFE968 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 104 | - |
| CMYK | 0 | 0.09 | 0.59 | 0 |
| HSL | 51.26º | 1% | 0.7% | - |
| HSV(B) | 51.26º | 0.59% | 1% | - |
| XYZ | 72.88 | 80.54 | 24.8 | - |
| YUV | 224.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 104 | 0 | 0.09 | 0.59 | 0 | 51.26 | 1 | 0.7 |
| Hex | FF | E9 | 68 | 0 | 9 | 3B | 0 | 33 | 64 | 46 |
| Octal | 377 | 351 | 150 | 0 | 11 | 73 | 0 | 63 | 144 | 106 |
| Binary | 11111111 | 11101001 | 1101000 | 0 | 1001 | 111011 | 0 | 110011 | 1100100 | 1000110 |
Color Harmonies of #FFE968
Complementary color
Monochromatic Colors of #FFE968
Black with #FFE968
Text Example
Text Example
White with #FFE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE968; }
p { color: rgb(255,233,104); }
H1.HeaderClassName
{
color: #FFE968;
}
.AnyTagClassName
{
color: #FFE968;
}
</style>
background-color css
<style>
a { background-color: #FFE968; }
a { background-color: rgb(255,233,104); }
div.DivClassName
{
background-color: #FFE968;
}
.BgClassName
{
background-color: #FFE968;
}
</style>
border-color css
<style>
span { border-color: #FFE968; }
span { border-color: rgb(255,233,104); }
td.TdClassName
{
border-color: #FFE968;
}
.TagClassName
{
border-color: #FFE968;
}
</style>