Shades of Corn #EFE75A
Tints of Corn #EFE75A
RGB
CMYK
RGB Variations
Color information
#EFE75A (or 0xEFE75A) is known color: Corn. HEX triplet: EF, E7 and 5A. RGB value is (239,231,90). Sum of RGB (Red+Green+Blue) = 239+231+90=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 90 (35.55% from 255 or 16.07% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE75A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE75A is #1018A5. Grayscale: #D9D9D9. Windows color (decimal): -1054886 or 5957615. OLE color: 5957615.
HSL color Cylindrical-coordinate representation of color #EFE75A: hue angle of 56.78º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFE75A is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 90 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.06 |
| HSL | 56.78º | 0.82% | 0.65% | - |
| HSV(B) | 56.78º | 0.62% | 0.94% | - |
| XYZ | 66.02 | 76.24 | 20.91 | - |
| YUV | 217.32 | 56.15 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 90 | 0 | 0.03 | 0.62 | 0.06 | 56.78 | 0.82 | 0.65 |
| Hex | EF | E7 | 5A | 0 | 3 | 3E | 6 | 39 | 52 | 41 |
| Octal | 357 | 347 | 132 | 0 | 3 | 76 | 6 | 71 | 122 | 101 |
| Binary | 11101111 | 11100111 | 1011010 | 0 | 11 | 111110 | 110 | 111001 | 1010010 | 1000001 |
Color Harmonies of #EFE75A
Complementary color
Monochromatic Colors of #EFE75A
Black with #EFE75A
Text Example
Text Example
White with #EFE75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE75A; }
p { color: rgb(239,231,90); }
H1.HeaderClassName
{
color: #EFE75A;
}
.AnyTagClassName
{
color: #EFE75A;
}
</style>
background-color css
<style>
a { background-color: #EFE75A; }
a { background-color: rgb(239,231,90); }
div.DivClassName
{
background-color: #EFE75A;
}
.BgClassName
{
background-color: #EFE75A;
}
</style>
border-color css
<style>
span { border-color: #EFE75A; }
span { border-color: rgb(239,231,90); }
td.TdClassName
{
border-color: #EFE75A;
}
.TagClassName
{
border-color: #EFE75A;
}
</style>