Shades of Corn #FFE465
Tints of Corn #FFE465
RGB
CMYK
RGB Variations
Color information
#FFE465 (or 0xFFE465) is known color: Corn. HEX triplet: FF, E4 and 65. RGB value is (255,228,101). Sum of RGB (Red+Green+Blue) = 255+228+101=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 101 (39.84% from 255 or 17.29% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFE465 is #001B9A. Grayscale: #DEDEDE. Windows color (decimal): -7067 or 6677759. OLE color: 6677759.
HSL color Cylindrical-coordinate representation of color #FFE465: hue angle of 49.48º 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 #FFE465 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 228 | 101 | - |
| CMYK | 0 | 0.11 | 0.60 | 0 |
| HSL | 49.48º | 1% | 0.7% | - |
| HSV(B) | 49.48º | 0.6% | 1% | - |
| XYZ | 71.33 | 77.69 | 23.55 | - |
| YUV | 221.6 | 59.95 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 228 | 101 | 0 | 0.11 | 0.60 | 0 | 49.48 | 1 | 0.7 |
| Hex | FF | E4 | 65 | 0 | B | 3C | 0 | 31 | 64 | 46 |
| Octal | 377 | 344 | 145 | 0 | 13 | 74 | 0 | 61 | 144 | 106 |
| Binary | 11111111 | 11100100 | 1100101 | 0 | 1011 | 111100 | 0 | 110001 | 1100100 | 1000110 |
Color Harmonies of #FFE465
Complementary color
Monochromatic Colors of #FFE465
Black with #FFE465
Text Example
Text Example
White with #FFE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE465; }
p { color: rgb(255,228,101); }
H1.HeaderClassName
{
color: #FFE465;
}
.AnyTagClassName
{
color: #FFE465;
}
</style>
background-color css
<style>
a { background-color: #FFE465; }
a { background-color: rgb(255,228,101); }
div.DivClassName
{
background-color: #FFE465;
}
.BgClassName
{
background-color: #FFE465;
}
</style>
border-color css
<style>
span { border-color: #FFE465; }
span { border-color: rgb(255,228,101); }
td.TdClassName
{
border-color: #FFE465;
}
.TagClassName
{
border-color: #FFE465;
}
</style>