Shades of Cream Can #EFC348
Tints of Cream Can #EFC348
RGB
CMYK
RGB Variations
Color information
#EFC348 (or 0xEFC348) is known color: Cream Can. HEX triplet: EF, C3 and 48. RGB value is (239,195,72). Sum of RGB (Red+Green+Blue) = 239+195+72=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 72 (28.52% from 255 or 14.23% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC348 is #103CB7. Grayscale: #C2C2C2. Windows color (decimal): -1064120 or 4768751. OLE color: 4768751.
HSL color Cylindrical-coordinate representation of color #EFC348: hue angle of 44.19º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFC348 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 72 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.06 |
| HSL | 44.19º | 0.84% | 0.61% | - |
| HSV(B) | 44.19º | 0.7% | 0.94% | - |
| XYZ | 56.28 | 57.85 | 14.33 | - |
| YUV | 194.13 | 59.08 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 72 | 0 | 0.18 | 0.70 | 0.06 | 44.19 | 0.84 | 0.61 |
| Hex | EF | C3 | 48 | 0 | 12 | 46 | 6 | 2C | 54 | 3D |
| Octal | 357 | 303 | 110 | 0 | 22 | 106 | 6 | 54 | 124 | 75 |
| Binary | 11101111 | 11000011 | 1001000 | 0 | 10010 | 1000110 | 110 | 101100 | 1010100 | 111101 |
Color Harmonies of #EFC348
Complementary color
Monochromatic Colors of #EFC348
Black with #EFC348
Text Example
Text Example
White with #EFC348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC348; }
p { color: rgb(239,195,72); }
H1.HeaderClassName
{
color: #EFC348;
}
.AnyTagClassName
{
color: #EFC348;
}
</style>
background-color css
<style>
a { background-color: #EFC348; }
a { background-color: rgb(239,195,72); }
div.DivClassName
{
background-color: #EFC348;
}
.BgClassName
{
background-color: #EFC348;
}
</style>
border-color css
<style>
span { border-color: #EFC348; }
span { border-color: rgb(239,195,72); }
td.TdClassName
{
border-color: #EFC348;
}
.TagClassName
{
border-color: #EFC348;
}
</style>