Shades of Corn #EFE757
Tints of Corn #EFE757
RGB
CMYK
RGB Variations
Color information
#EFE757 (or 0xEFE757) is known color: Corn. HEX triplet: EF, E7 and 57. RGB value is (239,231,87). Sum of RGB (Red+Green+Blue) = 239+231+87=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 231 (90.62% from 255 or 41.47% from 557); Blue value is 87 (34.38% from 255 or 15.62% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE757 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE757 is #1018A8. Grayscale: #D9D9D9. Windows color (decimal): -1054889 or 5761007. OLE color: 5761007.
HSL color Cylindrical-coordinate representation of color #EFE757: hue angle of 56.84º 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 #EFE757 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 87 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.06 |
| HSL | 56.84º | 0.83% | 0.64% | - |
| HSV(B) | 56.84º | 0.64% | 0.94% | - |
| XYZ | 65.89 | 76.19 | 20.25 | - |
| YUV | 216.98 | 54.65 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 87 | 0 | 0.03 | 0.64 | 0.06 | 56.84 | 0.83 | 0.64 |
| Hex | EF | E7 | 57 | 0 | 3 | 40 | 6 | 39 | 53 | 40 |
| Octal | 357 | 347 | 127 | 0 | 3 | 100 | 6 | 71 | 123 | 100 |
| Binary | 11101111 | 11100111 | 1010111 | 0 | 11 | 1000000 | 110 | 111001 | 1010011 | 1000000 |
Color Harmonies of #EFE757
Complementary color
Monochromatic Colors of #EFE757
Black with #EFE757
Text Example
Text Example
White with #EFE757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE757; }
p { color: rgb(239,231,87); }
H1.HeaderClassName
{
color: #EFE757;
}
.AnyTagClassName
{
color: #EFE757;
}
</style>
background-color css
<style>
a { background-color: #EFE757; }
a { background-color: rgb(239,231,87); }
div.DivClassName
{
background-color: #EFE757;
}
.BgClassName
{
background-color: #EFE757;
}
</style>
border-color css
<style>
span { border-color: #EFE757; }
span { border-color: rgb(239,231,87); }
td.TdClassName
{
border-color: #EFE757;
}
.TagClassName
{
border-color: #EFE757;
}
</style>