Shades of Corn #FFE965
Tints of Corn #FFE965
RGB
CMYK
RGB Variations
Color information
#FFE965 (or 0xFFE965) is known color: Corn. HEX triplet: FF, E9 and 65. RGB value is (255,233,101). Sum of RGB (Red+Green+Blue) = 255+233+101=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 101 (39.84% from 255 or 17.15% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE965 is #00169A. Grayscale: #E1E1E1. Windows color (decimal): -5787 or 6679039. OLE color: 6679039.
HSL color Cylindrical-coordinate representation of color #FFE965: hue angle of 51.43º 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 #FFE965 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 233 | 101 | - |
| CMYK | 0 | 0.09 | 0.60 | 0 |
| HSL | 51.43º | 1% | 0.7% | - |
| HSV(B) | 51.43º | 0.6% | 1% | - |
| XYZ | 72.73 | 80.48 | 24.01 | - |
| YUV | 224.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 233 | 101 | 0 | 0.09 | 0.60 | 0 | 51.43 | 1 | 0.7 |
| Hex | FF | E9 | 65 | 0 | 9 | 3C | 0 | 33 | 64 | 46 |
| Octal | 377 | 351 | 145 | 0 | 11 | 74 | 0 | 63 | 144 | 106 |
| Binary | 11111111 | 11101001 | 1100101 | 0 | 1001 | 111100 | 0 | 110011 | 1100100 | 1000110 |
Color Harmonies of #FFE965
Complementary color
Monochromatic Colors of #FFE965
Black with #FFE965
Text Example
Text Example
White with #FFE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE965; }
p { color: rgb(255,233,101); }
H1.HeaderClassName
{
color: #FFE965;
}
.AnyTagClassName
{
color: #FFE965;
}
</style>
background-color css
<style>
a { background-color: #FFE965; }
a { background-color: rgb(255,233,101); }
div.DivClassName
{
background-color: #FFE965;
}
.BgClassName
{
background-color: #FFE965;
}
</style>
border-color css
<style>
span { border-color: #FFE965; }
span { border-color: rgb(255,233,101); }
td.TdClassName
{
border-color: #FFE965;
}
.TagClassName
{
border-color: #FFE965;
}
</style>