Shades of Corn #EFE065
Tints of Corn #EFE065
RGB
CMYK
RGB Variations
Color information
#EFE065 (or 0xEFE065) is known color: Corn. HEX triplet: EF, E0 and 65. RGB value is (239,224,101). Sum of RGB (Red+Green+Blue) = 239+224+101=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 224 (87.89% from 255 or 39.72% from 564); Blue value is 101 (39.84% from 255 or 17.91% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE065 is #101F9A. Grayscale: #D6D6D6. Windows color (decimal): -1056667 or 6676719. OLE color: 6676719.
HSL color Cylindrical-coordinate representation of color #EFE065: hue angle of 53.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFE065 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 224 | 101 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.06 |
| HSL | 53.48º | 0.81% | 0.67% | - |
| HSV(B) | 53.48º | 0.58% | 0.94% | - |
| XYZ | 64.6 | 72.6 | 22.92 | - |
| YUV | 214.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 224 | 101 | 0 | 0.06 | 0.58 | 0.06 | 53.48 | 0.81 | 0.67 |
| Hex | EF | E0 | 65 | 0 | 6 | 3A | 6 | 35 | 51 | 43 |
| Octal | 357 | 340 | 145 | 0 | 6 | 72 | 6 | 65 | 121 | 103 |
| Binary | 11101111 | 11100000 | 1100101 | 0 | 110 | 111010 | 110 | 110101 | 1010001 | 1000011 |
Color Harmonies of #EFE065
Complementary color
Monochromatic Colors of #EFE065
Black with #EFE065
Text Example
Text Example
White with #EFE065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE065; }
p { color: rgb(239,224,101); }
H1.HeaderClassName
{
color: #EFE065;
}
.AnyTagClassName
{
color: #EFE065;
}
</style>
background-color css
<style>
a { background-color: #EFE065; }
a { background-color: rgb(239,224,101); }
div.DivClassName
{
background-color: #EFE065;
}
.BgClassName
{
background-color: #EFE065;
}
</style>
border-color css
<style>
span { border-color: #EFE065; }
span { border-color: rgb(239,224,101); }
td.TdClassName
{
border-color: #EFE065;
}
.TagClassName
{
border-color: #EFE065;
}
</style>