Shades of Corn #FFE967
Tints of Corn #FFE967
RGB
CMYK
RGB Variations
Color information
#FFE967 (or 0xFFE967) is known color: Corn. HEX triplet: FF, E9 and 67. RGB value is (255,233,103). Sum of RGB (Red+Green+Blue) = 255+233+103=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 103 (40.62% from 255 or 17.43% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE967 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE967 is #001698. Grayscale: #E1E1E1. Windows color (decimal): -5785 or 6810111. OLE color: 6810111.
HSL color Cylindrical-coordinate representation of color #FFE967: hue angle of 51.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFE967 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 103 | - |
| CMYK | 0 | 0.09 | 0.60 | 0 |
| HSL | 51.32º | 1% | 0.7% | - |
| HSV(B) | 51.32º | 0.6% | 1% | - |
| XYZ | 72.83 | 80.52 | 24.53 | - |
| YUV | 224.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 103 | 0 | 0.09 | 0.60 | 0 | 51.32 | 1 | 0.7 |
| Hex | FF | E9 | 67 | 0 | 9 | 3C | 0 | 33 | 64 | 46 |
| Octal | 377 | 351 | 147 | 0 | 11 | 74 | 0 | 63 | 144 | 106 |
| Binary | 11111111 | 11101001 | 1100111 | 0 | 1001 | 111100 | 0 | 110011 | 1100100 | 1000110 |
Color Harmonies of #FFE967
Complementary color
Monochromatic Colors of #FFE967
Black with #FFE967
Text Example
Text Example
White with #FFE967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE967; }
p { color: rgb(255,233,103); }
H1.HeaderClassName
{
color: #FFE967;
}
.AnyTagClassName
{
color: #FFE967;
}
</style>
background-color css
<style>
a { background-color: #FFE967; }
a { background-color: rgb(255,233,103); }
div.DivClassName
{
background-color: #FFE967;
}
.BgClassName
{
background-color: #FFE967;
}
</style>
border-color css
<style>
span { border-color: #FFE967; }
span { border-color: rgb(255,233,103); }
td.TdClassName
{
border-color: #FFE967;
}
.TagClassName
{
border-color: #FFE967;
}
</style>