Shades of Cream Can #EFC750
Tints of Cream Can #EFC750
RGB
CMYK
RGB Variations
Color information
#EFC750 (or 0xEFC750) is known color: Cream Can. HEX triplet: EF, C7 and 50. RGB value is (239,199,80). Sum of RGB (Red+Green+Blue) = 239+199+80=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 80 (31.64% from 255 or 15.44% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC750 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC750 is #1038AF. Grayscale: #C5C5C5. Windows color (decimal): -1063088 or 5294063. OLE color: 5294063.
HSL color Cylindrical-coordinate representation of color #EFC750: hue angle of 44.91º 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 #EFC750 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 80 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.06 |
| HSL | 44.91º | 0.83% | 0.63% | - |
| HSV(B) | 44.91º | 0.67% | 0.94% | - |
| XYZ | 57.47 | 59.78 | 16.1 | - |
| YUV | 197.39 | 61.75 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 80 | 0 | 0.17 | 0.67 | 0.06 | 44.91 | 0.83 | 0.63 |
| Hex | EF | C7 | 50 | 0 | 11 | 43 | 6 | 2D | 53 | 3F |
| Octal | 357 | 307 | 120 | 0 | 21 | 103 | 6 | 55 | 123 | 77 |
| Binary | 11101111 | 11000111 | 1010000 | 0 | 10001 | 1000011 | 110 | 101101 | 1010011 | 111111 |
Color Harmonies of #EFC750
Complementary color
Monochromatic Colors of #EFC750
Black with #EFC750
Text Example
Text Example
White with #EFC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC750; }
p { color: rgb(239,199,80); }
H1.HeaderClassName
{
color: #EFC750;
}
.AnyTagClassName
{
color: #EFC750;
}
</style>
background-color css
<style>
a { background-color: #EFC750; }
a { background-color: rgb(239,199,80); }
div.DivClassName
{
background-color: #EFC750;
}
.BgClassName
{
background-color: #EFC750;
}
</style>
border-color css
<style>
span { border-color: #EFC750; }
span { border-color: rgb(239,199,80); }
td.TdClassName
{
border-color: #EFC750;
}
.TagClassName
{
border-color: #EFC750;
}
</style>