Shades of Corn #EFEB57
Tints of Corn #EFEB57
RGB
CMYK
RGB Variations
Color information
#EFEB57 (or 0xEFEB57) is known color: Corn. HEX triplet: EF, EB and 57. RGB value is (239,235,87). Sum of RGB (Red+Green+Blue) = 239+235+87=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 235 (92.19% from 255 or 41.89% from 561); Blue value is 87 (34.38% from 255 or 15.51% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB57 is #1014A8. Grayscale: #DBDBDB. Windows color (decimal): -1053865 or 5762031. OLE color: 5762031.
HSL color Cylindrical-coordinate representation of color #EFEB57: hue angle of 58.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFEB57 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 87 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.06 |
| HSL | 58.42º | 0.83% | 0.64% | - |
| HSV(B) | 58.42º | 0.64% | 0.94% | - |
| XYZ | 67.03 | 78.46 | 20.63 | - |
| YUV | 219.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 87 | 0 | 0.02 | 0.64 | 0.06 | 58.42 | 0.83 | 0.64 |
| Hex | EF | EB | 57 | 0 | 2 | 40 | 6 | 3A | 53 | 40 |
| Octal | 357 | 353 | 127 | 0 | 2 | 100 | 6 | 72 | 123 | 100 |
| Binary | 11101111 | 11101011 | 1010111 | 0 | 10 | 1000000 | 110 | 111010 | 1010011 | 1000000 |
Color Harmonies of #EFEB57
Complementary color
Monochromatic Colors of #EFEB57
Black with #EFEB57
Text Example
Text Example
White with #EFEB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB57; }
p { color: rgb(239,235,87); }
H1.HeaderClassName
{
color: #EFEB57;
}
.AnyTagClassName
{
color: #EFEB57;
}
</style>
background-color css
<style>
a { background-color: #EFEB57; }
a { background-color: rgb(239,235,87); }
div.DivClassName
{
background-color: #EFEB57;
}
.BgClassName
{
background-color: #EFEB57;
}
</style>
border-color css
<style>
span { border-color: #EFEB57; }
span { border-color: rgb(239,235,87); }
td.TdClassName
{
border-color: #EFEB57;
}
.TagClassName
{
border-color: #EFEB57;
}
</style>