Shades of Corn #EFE563
Tints of Corn #EFE563
RGB
CMYK
RGB Variations
Color information
#EFE563 (or 0xEFE563) is known color: Corn. HEX triplet: EF, E5 and 63. RGB value is (239,229,99). Sum of RGB (Red+Green+Blue) = 239+229+99=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 99 (39.06% from 255 or 17.46% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE563 is #101A9C. Grayscale: #D9D9D9. Windows color (decimal): -1055389 or 6546927. OLE color: 6546927.
HSL color Cylindrical-coordinate representation of color #EFE563: hue angle of 55.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFE563 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 99 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.06 |
| HSL | 55.71º | 0.81% | 0.66% | - |
| HSV(B) | 55.71º | 0.59% | 0.94% | - |
| XYZ | 65.87 | 75.29 | 22.87 | - |
| YUV | 217.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 99 | 0 | 0.04 | 0.59 | 0.06 | 55.71 | 0.81 | 0.66 |
| Hex | EF | E5 | 63 | 0 | 4 | 3B | 6 | 38 | 51 | 42 |
| Octal | 357 | 345 | 143 | 0 | 4 | 73 | 6 | 70 | 121 | 102 |
| Binary | 11101111 | 11100101 | 1100011 | 0 | 100 | 111011 | 110 | 111000 | 1010001 | 1000010 |
Color Harmonies of #EFE563
Complementary color
Monochromatic Colors of #EFE563
Black with #EFE563
Text Example
Text Example
White with #EFE563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE563; }
p { color: rgb(239,229,99); }
H1.HeaderClassName
{
color: #EFE563;
}
.AnyTagClassName
{
color: #EFE563;
}
</style>
background-color css
<style>
a { background-color: #EFE563; }
a { background-color: rgb(239,229,99); }
div.DivClassName
{
background-color: #EFE563;
}
.BgClassName
{
background-color: #EFE563;
}
</style>
border-color css
<style>
span { border-color: #EFE563; }
span { border-color: rgb(239,229,99); }
td.TdClassName
{
border-color: #EFE563;
}
.TagClassName
{
border-color: #EFE563;
}
</style>