Shades of Cream Can #EFC350
Tints of Cream Can #EFC350
RGB
CMYK
RGB Variations
Color information
#EFC350 (or 0xEFC350) is known color: Cream Can. HEX triplet: EF, C3 and 50. RGB value is (239,195,80). Sum of RGB (Red+Green+Blue) = 239+195+80=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC350 is #103CAF. Grayscale: #C3C3C3. Windows color (decimal): -1064112 or 5293039. OLE color: 5293039.
HSL color Cylindrical-coordinate representation of color #EFC350: hue angle of 43.4º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFC350 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 80 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.06 |
| HSL | 43.4º | 0.83% | 0.63% | - |
| HSV(B) | 43.4º | 0.67% | 0.94% | - |
| XYZ | 56.56 | 57.96 | 15.8 | - |
| YUV | 195.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 80 | 0 | 0.18 | 0.67 | 0.06 | 43.4 | 0.83 | 0.63 |
| Hex | EF | C3 | 50 | 0 | 12 | 43 | 6 | 2B | 53 | 3F |
| Octal | 357 | 303 | 120 | 0 | 22 | 103 | 6 | 53 | 123 | 77 |
| Binary | 11101111 | 11000011 | 1010000 | 0 | 10010 | 1000011 | 110 | 101011 | 1010011 | 111111 |
Color Harmonies of #EFC350
Complementary color
Monochromatic Colors of #EFC350
Black with #EFC350
Text Example
Text Example
White with #EFC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC350; }
p { color: rgb(239,195,80); }
H1.HeaderClassName
{
color: #EFC350;
}
.AnyTagClassName
{
color: #EFC350;
}
</style>
background-color css
<style>
a { background-color: #EFC350; }
a { background-color: rgb(239,195,80); }
div.DivClassName
{
background-color: #EFC350;
}
.BgClassName
{
background-color: #EFC350;
}
</style>
border-color css
<style>
span { border-color: #EFC350; }
span { border-color: rgb(239,195,80); }
td.TdClassName
{
border-color: #EFC350;
}
.TagClassName
{
border-color: #EFC350;
}
</style>