Shades of Corn #FFEB5D
Tints of Corn #FFEB5D
RGB
CMYK
RGB Variations
Color information
#FFEB5D (or 0xFFEB5D) is known color: Corn. HEX triplet: FF, EB and 5D. RGB value is (255,235,93). Sum of RGB (Red+Green+Blue) = 255+235+93=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 93 (36.72% from 255 or 15.95% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEB5D is #0014A2. Grayscale: #E1E1E1. Windows color (decimal): -5283 or 6155263. OLE color: 6155263.
HSL color Cylindrical-coordinate representation of color #FFEB5D: hue angle of 52.59º 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 #FFEB5D is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 235 | 93 | - |
| CMYK | 0 | 0.08 | 0.64 | 0 |
| HSL | 52.59º | 1% | 0.68% | - |
| HSV(B) | 52.59º | 0.64% | 1% | - |
| XYZ | 72.92 | 81.47 | 22.24 | - |
| YUV | 224.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 235 | 93 | 0 | 0.08 | 0.64 | 0 | 52.59 | 1 | 0.68 |
| Hex | FF | EB | 5D | 0 | 8 | 40 | 0 | 35 | 64 | 44 |
| Octal | 377 | 353 | 135 | 0 | 10 | 100 | 0 | 65 | 144 | 104 |
| Binary | 11111111 | 11101011 | 1011101 | 0 | 1000 | 1000000 | 0 | 110101 | 1100100 | 1000100 |
Color Harmonies of #FFEB5D
Complementary color
Monochromatic Colors of #FFEB5D
Black with #FFEB5D
Text Example
Text Example
White with #FFEB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEB5D; }
p { color: rgb(255,235,93); }
H1.HeaderClassName
{
color: #FFEB5D;
}
.AnyTagClassName
{
color: #FFEB5D;
}
</style>
background-color css
<style>
a { background-color: #FFEB5D; }
a { background-color: rgb(255,235,93); }
div.DivClassName
{
background-color: #FFEB5D;
}
.BgClassName
{
background-color: #FFEB5D;
}
</style>
border-color css
<style>
span { border-color: #FFEB5D; }
span { border-color: rgb(255,235,93); }
td.TdClassName
{
border-color: #FFEB5D;
}
.TagClassName
{
border-color: #FFEB5D;
}
</style>