Shades of Corn #EFE75F
Tints of Corn #EFE75F
RGB
CMYK
RGB Variations
Color information
#EFE75F (or 0xEFE75F) is known color: Corn. HEX triplet: EF, E7 and 5F. RGB value is (239,231,95). Sum of RGB (Red+Green+Blue) = 239+231+95=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 95 (37.5% from 255 or 16.81% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE75F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE75F is #1018A0. Grayscale: #DADADA. Windows color (decimal): -1054881 or 6285295. OLE color: 6285295.
HSL color Cylindrical-coordinate representation of color #EFE75F: hue angle of 56.67º 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 #EFE75F is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 95 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.06 |
| HSL | 56.67º | 0.82% | 0.65% | - |
| HSV(B) | 56.67º | 0.6% | 0.94% | - |
| XYZ | 66.24 | 76.33 | 22.07 | - |
| YUV | 217.89 | 58.65 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 95 | 0 | 0.03 | 0.60 | 0.06 | 56.67 | 0.82 | 0.65 |
| Hex | EF | E7 | 5F | 0 | 3 | 3C | 6 | 39 | 52 | 41 |
| Octal | 357 | 347 | 137 | 0 | 3 | 74 | 6 | 71 | 122 | 101 |
| Binary | 11101111 | 11100111 | 1011111 | 0 | 11 | 111100 | 110 | 111001 | 1010010 | 1000001 |
Color Harmonies of #EFE75F
Complementary color
Monochromatic Colors of #EFE75F
Black with #EFE75F
Text Example
Text Example
White with #EFE75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE75F; }
p { color: rgb(239,231,95); }
H1.HeaderClassName
{
color: #EFE75F;
}
.AnyTagClassName
{
color: #EFE75F;
}
</style>
background-color css
<style>
a { background-color: #EFE75F; }
a { background-color: rgb(239,231,95); }
div.DivClassName
{
background-color: #EFE75F;
}
.BgClassName
{
background-color: #EFE75F;
}
</style>
border-color css
<style>
span { border-color: #EFE75F; }
span { border-color: rgb(239,231,95); }
td.TdClassName
{
border-color: #EFE75F;
}
.TagClassName
{
border-color: #EFE75F;
}
</style>