Shades of Corn #FFE969
Tints of Corn #FFE969
RGB
CMYK
RGB Variations
Color information
#FFE969 (or 0xFFE969) is known color: Corn. HEX triplet: FF, E9 and 69. RGB value is (255,233,105). Sum of RGB (Red+Green+Blue) = 255+233+105=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 105 (41.41% from 255 or 17.71% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE969 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE969 is #001696. Grayscale: #E1E1E1. Windows color (decimal): -5783 or 6941183. OLE color: 6941183.
HSL color Cylindrical-coordinate representation of color #FFE969: hue angle of 51.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFE969 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 105 | - |
| CMYK | 0 | 0.09 | 0.59 | 0 |
| HSL | 51.2º | 1% | 0.71% | - |
| HSV(B) | 51.2º | 0.59% | 1% | - |
| XYZ | 72.93 | 80.56 | 25.07 | - |
| YUV | 224.99 | 60.29 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 105 | 0 | 0.09 | 0.59 | 0 | 51.2 | 1 | 0.71 |
| Hex | FF | E9 | 69 | 0 | 9 | 3B | 0 | 33 | 64 | 47 |
| Octal | 377 | 351 | 151 | 0 | 11 | 73 | 0 | 63 | 144 | 107 |
| Binary | 11111111 | 11101001 | 1101001 | 0 | 1001 | 111011 | 0 | 110011 | 1100100 | 1000111 |
Color Harmonies of #FFE969
Complementary color
Monochromatic Colors of #FFE969
Black with #FFE969
Text Example
Text Example
White with #FFE969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE969; }
p { color: rgb(255,233,105); }
H1.HeaderClassName
{
color: #FFE969;
}
.AnyTagClassName
{
color: #FFE969;
}
</style>
background-color css
<style>
a { background-color: #FFE969; }
a { background-color: rgb(255,233,105); }
div.DivClassName
{
background-color: #FFE969;
}
.BgClassName
{
background-color: #FFE969;
}
</style>
border-color css
<style>
span { border-color: #FFE969; }
span { border-color: rgb(255,233,105); }
td.TdClassName
{
border-color: #FFE969;
}
.TagClassName
{
border-color: #FFE969;
}
</style>