Shades of Corn #EFEB5C
Tints of Corn #EFEB5C
RGB
CMYK
RGB Variations
Color information
#EFEB5C (or 0xEFEB5C) is known color: Corn. HEX triplet: EF, EB and 5C. RGB value is (239,235,92). Sum of RGB (Red+Green+Blue) = 239+235+92=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFEB5C is #1014A3. Grayscale: #DCDCDC. Windows color (decimal): -1053860 or 6089711. OLE color: 6089711.
HSL color Cylindrical-coordinate representation of color #EFEB5C: hue angle of 58.37º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFEB5C is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 235 | 92 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.06 |
| HSL | 58.37º | 0.82% | 0.65% | - |
| HSV(B) | 58.37º | 0.62% | 0.94% | - |
| XYZ | 67.24 | 78.54 | 21.74 | - |
| YUV | 219.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 235 | 92 | 0 | 0.02 | 0.62 | 0.06 | 58.37 | 0.82 | 0.65 |
| Hex | EF | EB | 5C | 0 | 2 | 3E | 6 | 3A | 52 | 41 |
| Octal | 357 | 353 | 134 | 0 | 2 | 76 | 6 | 72 | 122 | 101 |
| Binary | 11101111 | 11101011 | 1011100 | 0 | 10 | 111110 | 110 | 111010 | 1010010 | 1000001 |
Color Harmonies of #EFEB5C
Complementary color
Monochromatic Colors of #EFEB5C
Black with #EFEB5C
Text Example
Text Example
White with #EFEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEB5C; }
p { color: rgb(239,235,92); }
H1.HeaderClassName
{
color: #EFEB5C;
}
.AnyTagClassName
{
color: #EFEB5C;
}
</style>
background-color css
<style>
a { background-color: #EFEB5C; }
a { background-color: rgb(239,235,92); }
div.DivClassName
{
background-color: #EFEB5C;
}
.BgClassName
{
background-color: #EFEB5C;
}
</style>
border-color css
<style>
span { border-color: #EFEB5C; }
span { border-color: rgb(239,235,92); }
td.TdClassName
{
border-color: #EFEB5C;
}
.TagClassName
{
border-color: #EFEB5C;
}
</style>