Shades of Cream Can #EFC250
Tints of Cream Can #EFC250
RGB
CMYK
RGB Variations
Color information
#EFC250 (or 0xEFC250) is known color: Cream Can. HEX triplet: EF, C2 and 50. RGB value is (239,194,80). Sum of RGB (Red+Green+Blue) = 239+194+80=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC250 is #103DAF. Grayscale: #C2C2C2. Windows color (decimal): -1064368 or 5292783. OLE color: 5292783.
HSL color Cylindrical-coordinate representation of color #EFC250: hue angle of 43.02º 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 #EFC250 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 80 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.06 |
| HSL | 43.02º | 0.83% | 0.63% | - |
| HSV(B) | 43.02º | 0.67% | 0.94% | - |
| XYZ | 56.34 | 57.51 | 15.72 | - |
| YUV | 194.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 80 | 0 | 0.19 | 0.67 | 0.06 | 43.02 | 0.83 | 0.63 |
| Hex | EF | C2 | 50 | 0 | 13 | 43 | 6 | 2B | 53 | 3F |
| Octal | 357 | 302 | 120 | 0 | 23 | 103 | 6 | 53 | 123 | 77 |
| Binary | 11101111 | 11000010 | 1010000 | 0 | 10011 | 1000011 | 110 | 101011 | 1010011 | 111111 |
Color Harmonies of #EFC250
Complementary color
Monochromatic Colors of #EFC250
Black with #EFC250
Text Example
Text Example
White with #EFC250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC250; }
p { color: rgb(239,194,80); }
H1.HeaderClassName
{
color: #EFC250;
}
.AnyTagClassName
{
color: #EFC250;
}
</style>
background-color css
<style>
a { background-color: #EFC250; }
a { background-color: rgb(239,194,80); }
div.DivClassName
{
background-color: #EFC250;
}
.BgClassName
{
background-color: #EFC250;
}
</style>
border-color css
<style>
span { border-color: #EFC250; }
span { border-color: rgb(239,194,80); }
td.TdClassName
{
border-color: #EFC250;
}
.TagClassName
{
border-color: #EFC250;
}
</style>