Shades of Cream Can #EFBD58
Tints of Cream Can #EFBD58
RGB
CMYK
RGB Variations
Color information
#EFBD58 (or 0xEFBD58) is known color: Cream Can. HEX triplet: EF, BD and 58. RGB value is (239,189,88). Sum of RGB (Red+Green+Blue) = 239+189+88=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBD58 is #1042A7. Grayscale: #C0C0C0. Windows color (decimal): -1065640 or 5815791. OLE color: 5815791.
HSL color Cylindrical-coordinate representation of color #EFBD58: hue angle of 40.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFBD58 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 88 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.06 |
| HSL | 40.13º | 0.83% | 0.64% | - |
| HSV(B) | 40.13º | 0.63% | 0.94% | - |
| XYZ | 55.56 | 55.45 | 17.01 | - |
| YUV | 192.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 88 | 0 | 0.21 | 0.63 | 0.06 | 40.13 | 0.83 | 0.64 |
| Hex | EF | BD | 58 | 0 | 15 | 3F | 6 | 28 | 53 | 40 |
| Octal | 357 | 275 | 130 | 0 | 25 | 77 | 6 | 50 | 123 | 100 |
| Binary | 11101111 | 10111101 | 1011000 | 0 | 10101 | 111111 | 110 | 101000 | 1010011 | 1000000 |
Color Harmonies of #EFBD58
Complementary color
Monochromatic Colors of #EFBD58
Black with #EFBD58
Text Example
Text Example
White with #EFBD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBD58; }
p { color: rgb(239,189,88); }
H1.HeaderClassName
{
color: #EFBD58;
}
.AnyTagClassName
{
color: #EFBD58;
}
</style>
background-color css
<style>
a { background-color: #EFBD58; }
a { background-color: rgb(239,189,88); }
div.DivClassName
{
background-color: #EFBD58;
}
.BgClassName
{
background-color: #EFBD58;
}
</style>
border-color css
<style>
span { border-color: #EFBD58; }
span { border-color: rgb(239,189,88); }
td.TdClassName
{
border-color: #EFBD58;
}
.TagClassName
{
border-color: #EFBD58;
}
</style>