Shades of Cream Can #EFC450
Tints of Cream Can #EFC450
RGB
CMYK
RGB Variations
Color information
#EFC450 (or 0xEFC450) is known color: Cream Can. HEX triplet: EF, C4 and 50. RGB value is (239,196,80). Sum of RGB (Red+Green+Blue) = 239+196+80=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC450 is #103BAF. Grayscale: #C4C4C4. Windows color (decimal): -1063856 or 5293295. OLE color: 5293295.
HSL color Cylindrical-coordinate representation of color #EFC450: hue angle of 43.77º 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 #EFC450 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 80 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.06 |
| HSL | 43.77º | 0.83% | 0.63% | - |
| HSV(B) | 43.77º | 0.67% | 0.94% | - |
| XYZ | 56.78 | 58.41 | 15.87 | - |
| YUV | 195.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 80 | 0 | 0.18 | 0.67 | 0.06 | 43.77 | 0.83 | 0.63 |
| Hex | EF | C4 | 50 | 0 | 12 | 43 | 6 | 2C | 53 | 3F |
| Octal | 357 | 304 | 120 | 0 | 22 | 103 | 6 | 54 | 123 | 77 |
| Binary | 11101111 | 11000100 | 1010000 | 0 | 10010 | 1000011 | 110 | 101100 | 1010011 | 111111 |
Color Harmonies of #EFC450
Complementary color
Monochromatic Colors of #EFC450
Black with #EFC450
Text Example
Text Example
White with #EFC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC450; }
p { color: rgb(239,196,80); }
H1.HeaderClassName
{
color: #EFC450;
}
.AnyTagClassName
{
color: #EFC450;
}
</style>
background-color css
<style>
a { background-color: #EFC450; }
a { background-color: rgb(239,196,80); }
div.DivClassName
{
background-color: #EFC450;
}
.BgClassName
{
background-color: #EFC450;
}
</style>
border-color css
<style>
span { border-color: #EFC450; }
span { border-color: rgb(239,196,80); }
td.TdClassName
{
border-color: #EFC450;
}
.TagClassName
{
border-color: #EFC450;
}
</style>