Shades of Corn #FFEF5B
Tints of Corn #FFEF5B
RGB
CMYK
RGB Variations
Color information
#FFEF5B (or 0xFFEF5B) is known color: Corn. HEX triplet: FF, EF and 5B. RGB value is (255,239,91). Sum of RGB (Red+Green+Blue) = 255+239+91=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 91 (35.94% from 255 or 15.56% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEF5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFEF5B is #0010A4. Grayscale: #E3E3E3. Windows color (decimal): -4261 or 6025215. OLE color: 6025215.
HSL color Cylindrical-coordinate representation of color #FFEF5B: hue angle of 54.15º 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 #FFEF5B is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 239 | 91 | - |
| CMYK | 0 | 0.06 | 0.64 | 0 |
| HSL | 54.15º | 1% | 0.68% | - |
| HSV(B) | 54.15º | 0.64% | 1% | - |
| XYZ | 73.99 | 83.75 | 22.16 | - |
| YUV | 226.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 239 | 91 | 0 | 0.06 | 0.64 | 0 | 54.15 | 1 | 0.68 |
| Hex | FF | EF | 5B | 0 | 6 | 40 | 0 | 36 | 64 | 44 |
| Octal | 377 | 357 | 133 | 0 | 6 | 100 | 0 | 66 | 144 | 104 |
| Binary | 11111111 | 11101111 | 1011011 | 0 | 110 | 1000000 | 0 | 110110 | 1100100 | 1000100 |
Color Harmonies of #FFEF5B
Complementary color
Monochromatic Colors of #FFEF5B
Black with #FFEF5B
Text Example
Text Example
White with #FFEF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEF5B; }
p { color: rgb(255,239,91); }
H1.HeaderClassName
{
color: #FFEF5B;
}
.AnyTagClassName
{
color: #FFEF5B;
}
</style>
background-color css
<style>
a { background-color: #FFEF5B; }
a { background-color: rgb(255,239,91); }
div.DivClassName
{
background-color: #FFEF5B;
}
.BgClassName
{
background-color: #FFEF5B;
}
</style>
border-color css
<style>
span { border-color: #FFEF5B; }
span { border-color: rgb(255,239,91); }
td.TdClassName
{
border-color: #FFEF5B;
}
.TagClassName
{
border-color: #FFEF5B;
}
</style>