Shades of Cream Can #EFC15E
Tints of Cream Can #EFC15E
RGB
CMYK
RGB Variations
Color information
#EFC15E (or 0xEFC15E) is known color: Cream Can. HEX triplet: EF, C1 and 5E. RGB value is (239,193,94). Sum of RGB (Red+Green+Blue) = 239+193+94=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 94 (37.11% from 255 or 17.87% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC15E is #103EA1. Grayscale: #C3C3C3. Windows color (decimal): -1064610 or 6210031. OLE color: 6210031.
HSL color Cylindrical-coordinate representation of color #EFC15E: hue angle of 40.97º 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 #EFC15E is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 94 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.06 |
| HSL | 40.97º | 0.82% | 0.65% | - |
| HSV(B) | 40.97º | 0.61% | 0.94% | - |
| XYZ | 56.69 | 57.3 | 18.66 | - |
| YUV | 195.47 | 70.74 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 94 | 0 | 0.19 | 0.61 | 0.06 | 40.97 | 0.82 | 0.65 |
| Hex | EF | C1 | 5E | 0 | 13 | 3D | 6 | 29 | 52 | 41 |
| Octal | 357 | 301 | 136 | 0 | 23 | 75 | 6 | 51 | 122 | 101 |
| Binary | 11101111 | 11000001 | 1011110 | 0 | 10011 | 111101 | 110 | 101001 | 1010010 | 1000001 |
Color Harmonies of #EFC15E
Complementary color
Monochromatic Colors of #EFC15E
Black with #EFC15E
Text Example
Text Example
White with #EFC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC15E; }
p { color: rgb(239,193,94); }
H1.HeaderClassName
{
color: #EFC15E;
}
.AnyTagClassName
{
color: #EFC15E;
}
</style>
background-color css
<style>
a { background-color: #EFC15E; }
a { background-color: rgb(239,193,94); }
div.DivClassName
{
background-color: #EFC15E;
}
.BgClassName
{
background-color: #EFC15E;
}
</style>
border-color css
<style>
span { border-color: #EFC15E; }
span { border-color: rgb(239,193,94); }
td.TdClassName
{
border-color: #EFC15E;
}
.TagClassName
{
border-color: #EFC15E;
}
</style>