Shades of Cream Can #EFC85B
Tints of Cream Can #EFC85B
RGB
CMYK
RGB Variations
Color information
#EFC85B (or 0xEFC85B) is known color: Cream Can. HEX triplet: EF, C8 and 5B. RGB value is (239,200,91). Sum of RGB (Red+Green+Blue) = 239+200+91=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 200 (78.52% from 255 or 37.74% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC85B is #1037A4. Grayscale: #C7C7C7. Windows color (decimal): -1062821 or 6015215. OLE color: 6015215.
HSL color Cylindrical-coordinate representation of color #EFC85B: hue angle of 44.19º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFC85B is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 91 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.06 |
| HSL | 44.19º | 0.82% | 0.65% | - |
| HSV(B) | 44.19º | 0.62% | 0.94% | - |
| XYZ | 58.14 | 60.41 | 18.49 | - |
| YUV | 199.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 91 | 0 | 0.16 | 0.62 | 0.06 | 44.19 | 0.82 | 0.65 |
| Hex | EF | C8 | 5B | 0 | 10 | 3E | 6 | 2C | 52 | 41 |
| Octal | 357 | 310 | 133 | 0 | 20 | 76 | 6 | 54 | 122 | 101 |
| Binary | 11101111 | 11001000 | 1011011 | 0 | 10000 | 111110 | 110 | 101100 | 1010010 | 1000001 |
Color Harmonies of #EFC85B
Complementary color
Monochromatic Colors of #EFC85B
Black with #EFC85B
Text Example
Text Example
White with #EFC85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC85B; }
p { color: rgb(239,200,91); }
H1.HeaderClassName
{
color: #EFC85B;
}
.AnyTagClassName
{
color: #EFC85B;
}
</style>
background-color css
<style>
a { background-color: #EFC85B; }
a { background-color: rgb(239,200,91); }
div.DivClassName
{
background-color: #EFC85B;
}
.BgClassName
{
background-color: #EFC85B;
}
</style>
border-color css
<style>
span { border-color: #EFC85B; }
span { border-color: rgb(239,200,91); }
td.TdClassName
{
border-color: #EFC85B;
}
.TagClassName
{
border-color: #EFC85B;
}
</style>