Shades of Corn #EFE75C
Tints of Corn #EFE75C
RGB
CMYK
RGB Variations
Color information
#EFE75C (or 0xEFE75C) is known color: Corn. HEX triplet: EF, E7 and 5C. RGB value is (239,231,92). Sum of RGB (Red+Green+Blue) = 239+231+92=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 92 (36.33% from 255 or 16.37% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE75C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFE75C is #1018A3. Grayscale: #DADADA. Windows color (decimal): -1054884 or 6088687. OLE color: 6088687.
HSL color Cylindrical-coordinate representation of color #EFE75C: hue angle of 56.73º 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 #EFE75C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 231 | 92 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.06 |
| HSL | 56.73º | 0.82% | 0.65% | - |
| HSV(B) | 56.73º | 0.62% | 0.94% | - |
| XYZ | 66.1 | 76.28 | 21.36 | - |
| YUV | 217.55 | 57.15 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 231 | 92 | 0 | 0.03 | 0.62 | 0.06 | 56.73 | 0.82 | 0.65 |
| Hex | EF | E7 | 5C | 0 | 3 | 3E | 6 | 39 | 52 | 41 |
| Octal | 357 | 347 | 134 | 0 | 3 | 76 | 6 | 71 | 122 | 101 |
| Binary | 11101111 | 11100111 | 1011100 | 0 | 11 | 111110 | 110 | 111001 | 1010010 | 1000001 |
Color Harmonies of #EFE75C
Complementary color
Monochromatic Colors of #EFE75C
Black with #EFE75C
Text Example
Text Example
White with #EFE75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE75C; }
p { color: rgb(239,231,92); }
H1.HeaderClassName
{
color: #EFE75C;
}
.AnyTagClassName
{
color: #EFE75C;
}
</style>
background-color css
<style>
a { background-color: #EFE75C; }
a { background-color: rgb(239,231,92); }
div.DivClassName
{
background-color: #EFE75C;
}
.BgClassName
{
background-color: #EFE75C;
}
</style>
border-color css
<style>
span { border-color: #EFE75C; }
span { border-color: rgb(239,231,92); }
td.TdClassName
{
border-color: #EFE75C;
}
.TagClassName
{
border-color: #EFE75C;
}
</style>