Shades of Corn #FFE65B
Tints of Corn #FFE65B
RGB
CMYK
RGB Variations
Color information
#FFE65B (or 0xFFE65B) is known color: Corn. HEX triplet: FF, E6 and 5B. RGB value is (255,230,91). Sum of RGB (Red+Green+Blue) = 255+230+91=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 91 (35.94% from 255 or 15.80% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE65B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFE65B is #0019A4. Grayscale: #DEDEDE. Windows color (decimal): -6565 or 6022911. OLE color: 6022911.
HSL color Cylindrical-coordinate representation of color #FFE65B: hue angle of 50.85º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FFE65B is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 230 | 91 | - |
| CMYK | 0 | 0.10 | 0.64 | 0 |
| HSL | 50.85º | 1% | 0.68% | - |
| HSV(B) | 50.85º | 0.64% | 1% | - |
| XYZ | 71.43 | 78.61 | 21.31 | - |
| YUV | 221.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 230 | 91 | 0 | 0.10 | 0.64 | 0 | 50.85 | 1 | 0.68 |
| Hex | FF | E6 | 5B | 0 | A | 40 | 0 | 33 | 64 | 44 |
| Octal | 377 | 346 | 133 | 0 | 12 | 100 | 0 | 63 | 144 | 104 |
| Binary | 11111111 | 11100110 | 1011011 | 0 | 1010 | 1000000 | 0 | 110011 | 1100100 | 1000100 |
Color Harmonies of #FFE65B
Complementary color
Monochromatic Colors of #FFE65B
Black with #FFE65B
Text Example
Text Example
White with #FFE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE65B; }
p { color: rgb(255,230,91); }
H1.HeaderClassName
{
color: #FFE65B;
}
.AnyTagClassName
{
color: #FFE65B;
}
</style>
background-color css
<style>
a { background-color: #FFE65B; }
a { background-color: rgb(255,230,91); }
div.DivClassName
{
background-color: #FFE65B;
}
.BgClassName
{
background-color: #FFE65B;
}
</style>
border-color css
<style>
span { border-color: #FFE65B; }
span { border-color: rgb(255,230,91); }
td.TdClassName
{
border-color: #FFE65B;
}
.TagClassName
{
border-color: #FFE65B;
}
</style>