Shades of Corn #EFE559
Tints of Corn #EFE559
RGB
CMYK
RGB Variations
Color information
#EFE559 (or 0xEFE559) is known color: Corn. HEX triplet: EF, E5 and 59. RGB value is (239,229,89). Sum of RGB (Red+Green+Blue) = 239+229+89=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 89 (35.16% from 255 or 15.98% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE559 is #101AA6. Grayscale: #D8D8D8. Windows color (decimal): -1055399 or 5891567. OLE color: 5891567.
HSL color Cylindrical-coordinate representation of color #EFE559: hue angle of 56º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFE559 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 89 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.06 |
| HSL | 56º | 0.82% | 0.64% | - |
| HSV(B) | 56º | 0.63% | 0.94% | - |
| XYZ | 65.42 | 75.11 | 20.5 | - |
| YUV | 216.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 89 | 0 | 0.04 | 0.63 | 0.06 | 56 | 0.82 | 0.64 |
| Hex | EF | E5 | 59 | 0 | 4 | 3F | 6 | 38 | 52 | 40 |
| Octal | 357 | 345 | 131 | 0 | 4 | 77 | 6 | 70 | 122 | 100 |
| Binary | 11101111 | 11100101 | 1011001 | 0 | 100 | 111111 | 110 | 111000 | 1010010 | 1000000 |
Color Harmonies of #EFE559
Complementary color
Monochromatic Colors of #EFE559
Black with #EFE559
Text Example
Text Example
White with #EFE559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE559; }
p { color: rgb(239,229,89); }
H1.HeaderClassName
{
color: #EFE559;
}
.AnyTagClassName
{
color: #EFE559;
}
</style>
background-color css
<style>
a { background-color: #EFE559; }
a { background-color: rgb(239,229,89); }
div.DivClassName
{
background-color: #EFE559;
}
.BgClassName
{
background-color: #EFE559;
}
</style>
border-color css
<style>
span { border-color: #EFE559; }
span { border-color: rgb(239,229,89); }
td.TdClassName
{
border-color: #EFE559;
}
.TagClassName
{
border-color: #EFE559;
}
</style>