Shades of Corn #EFE65F
Tints of Corn #EFE65F
RGB
CMYK
RGB Variations
Color information
#EFE65F (or 0xEFE65F) is known color: Corn. HEX triplet: EF, E6 and 5F. RGB value is (239,230,95). Sum of RGB (Red+Green+Blue) = 239+230+95=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 95 (37.5% from 255 or 16.84% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE65F is #1019A0. Grayscale: #D9D9D9. Windows color (decimal): -1055137 or 6285039. OLE color: 6285039.
HSL color Cylindrical-coordinate representation of color #EFE65F: hue angle of 56.25º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFE65F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 230 | 95 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.06 |
| HSL | 56.25º | 0.82% | 0.65% | - |
| HSV(B) | 56.25º | 0.6% | 0.94% | - |
| XYZ | 65.96 | 75.77 | 21.98 | - |
| YUV | 217.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 230 | 95 | 0 | 0.04 | 0.60 | 0.06 | 56.25 | 0.82 | 0.65 |
| Hex | EF | E6 | 5F | 0 | 4 | 3C | 6 | 38 | 52 | 41 |
| Octal | 357 | 346 | 137 | 0 | 4 | 74 | 6 | 70 | 122 | 101 |
| Binary | 11101111 | 11100110 | 1011111 | 0 | 100 | 111100 | 110 | 111000 | 1010010 | 1000001 |
Color Harmonies of #EFE65F
Complementary color
Monochromatic Colors of #EFE65F
Black with #EFE65F
Text Example
Text Example
White with #EFE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE65F; }
p { color: rgb(239,230,95); }
H1.HeaderClassName
{
color: #EFE65F;
}
.AnyTagClassName
{
color: #EFE65F;
}
</style>
background-color css
<style>
a { background-color: #EFE65F; }
a { background-color: rgb(239,230,95); }
div.DivClassName
{
background-color: #EFE65F;
}
.BgClassName
{
background-color: #EFE65F;
}
</style>
border-color css
<style>
span { border-color: #EFE65F; }
span { border-color: rgb(239,230,95); }
td.TdClassName
{
border-color: #EFE65F;
}
.TagClassName
{
border-color: #EFE65F;
}
</style>