Shades of Cream Can #EFC05E
Tints of Cream Can #EFC05E
RGB
CMYK
RGB Variations
Color information
#EFC05E (or 0xEFC05E) is known color: Cream Can. HEX triplet: EF, C0 and 5E. RGB value is (239,192,94). Sum of RGB (Red+Green+Blue) = 239+192+94=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC05E is #103FA1. Grayscale: #C3C3C3. Windows color (decimal): -1064866 or 6209775. OLE color: 6209775.
HSL color Cylindrical-coordinate representation of color #EFC05E: hue angle of 40.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC05E is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 94 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.06 |
| HSL | 40.55º | 0.82% | 0.65% | - |
| HSV(B) | 40.55º | 0.61% | 0.94% | - |
| XYZ | 56.47 | 56.86 | 18.59 | - |
| YUV | 194.88 | 71.07 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 94 | 0 | 0.20 | 0.61 | 0.06 | 40.55 | 0.82 | 0.65 |
| Hex | EF | C0 | 5E | 0 | 14 | 3D | 6 | 29 | 52 | 41 |
| Octal | 357 | 300 | 136 | 0 | 24 | 75 | 6 | 51 | 122 | 101 |
| Binary | 11101111 | 11000000 | 1011110 | 0 | 10100 | 111101 | 110 | 101001 | 1010010 | 1000001 |
Color Harmonies of #EFC05E
Complementary color
Monochromatic Colors of #EFC05E
Black with #EFC05E
Text Example
Text Example
White with #EFC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC05E; }
p { color: rgb(239,192,94); }
H1.HeaderClassName
{
color: #EFC05E;
}
.AnyTagClassName
{
color: #EFC05E;
}
</style>
background-color css
<style>
a { background-color: #EFC05E; }
a { background-color: rgb(239,192,94); }
div.DivClassName
{
background-color: #EFC05E;
}
.BgClassName
{
background-color: #EFC05E;
}
</style>
border-color css
<style>
span { border-color: #EFC05E; }
span { border-color: rgb(239,192,94); }
td.TdClassName
{
border-color: #EFC05E;
}
.TagClassName
{
border-color: #EFC05E;
}
</style>