Shades of Corn #EFE463
Tints of Corn #EFE463
RGB
CMYK
RGB Variations
Color information
#EFE463 (or 0xEFE463) is known color: Corn. HEX triplet: EF, E4 and 63. RGB value is (239,228,99). Sum of RGB (Red+Green+Blue) = 239+228+99=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 99 (39.06% from 255 or 17.49% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE463 is #101B9C. Grayscale: #D9D9D9. Windows color (decimal): -1055645 or 6546671. OLE color: 6546671.
HSL color Cylindrical-coordinate representation of color #EFE463: hue angle of 55.29º 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 #EFE463 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 99 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.06 |
| HSL | 55.29º | 0.81% | 0.66% | - |
| HSV(B) | 55.29º | 0.59% | 0.94% | - |
| XYZ | 65.59 | 74.74 | 22.77 | - |
| YUV | 216.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 99 | 0 | 0.05 | 0.59 | 0.06 | 55.29 | 0.81 | 0.66 |
| Hex | EF | E4 | 63 | 0 | 5 | 3B | 6 | 37 | 51 | 42 |
| Octal | 357 | 344 | 143 | 0 | 5 | 73 | 6 | 67 | 121 | 102 |
| Binary | 11101111 | 11100100 | 1100011 | 0 | 101 | 111011 | 110 | 110111 | 1010001 | 1000010 |
Color Harmonies of #EFE463
Complementary color
Monochromatic Colors of #EFE463
Black with #EFE463
Text Example
Text Example
White with #EFE463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE463; }
p { color: rgb(239,228,99); }
H1.HeaderClassName
{
color: #EFE463;
}
.AnyTagClassName
{
color: #EFE463;
}
</style>
background-color css
<style>
a { background-color: #EFE463; }
a { background-color: rgb(239,228,99); }
div.DivClassName
{
background-color: #EFE463;
}
.BgClassName
{
background-color: #EFE463;
}
</style>
border-color css
<style>
span { border-color: #EFE463; }
span { border-color: rgb(239,228,99); }
td.TdClassName
{
border-color: #EFE463;
}
.TagClassName
{
border-color: #EFE463;
}
</style>