Shades of Cream Can #EFC54B
Tints of Cream Can #EFC54B
RGB
CMYK
RGB Variations
Color information
#EFC54B (or 0xEFC54B) is known color: Cream Can. HEX triplet: EF, C5 and 4B. RGB value is (239,197,75). Sum of RGB (Red+Green+Blue) = 239+197+75=511 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.77% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 75 (29.69% from 255 or 14.68% from 511); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC54B is #103AB4. Grayscale: #C4C4C4. Windows color (decimal): -1063605 or 4965871. OLE color: 4965871.
HSL color Cylindrical-coordinate representation of color #EFC54B: hue angle of 44.63º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC54B is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 75 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.06 |
| HSL | 44.63º | 0.84% | 0.62% | - |
| HSV(B) | 44.63º | 0.69% | 0.94% | - |
| XYZ | 56.83 | 58.79 | 15.01 | - |
| YUV | 195.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 75 | 0 | 0.18 | 0.69 | 0.06 | 44.63 | 0.84 | 0.62 |
| Hex | EF | C5 | 4B | 0 | 12 | 45 | 6 | 2D | 54 | 3E |
| Octal | 357 | 305 | 113 | 0 | 22 | 105 | 6 | 55 | 124 | 76 |
| Binary | 11101111 | 11000101 | 1001011 | 0 | 10010 | 1000101 | 110 | 101101 | 1010100 | 111110 |
Color Harmonies of #EFC54B
Complementary color
Monochromatic Colors of #EFC54B
Black with #EFC54B
Text Example
Text Example
White with #EFC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC54B; }
p { color: rgb(239,197,75); }
H1.HeaderClassName
{
color: #EFC54B;
}
.AnyTagClassName
{
color: #EFC54B;
}
</style>
background-color css
<style>
a { background-color: #EFC54B; }
a { background-color: rgb(239,197,75); }
div.DivClassName
{
background-color: #EFC54B;
}
.BgClassName
{
background-color: #EFC54B;
}
</style>
border-color css
<style>
span { border-color: #EFC54B; }
span { border-color: rgb(239,197,75); }
td.TdClassName
{
border-color: #EFC54B;
}
.TagClassName
{
border-color: #EFC54B;
}
</style>