Shades of Cream Can #EFCA54
Tints of Cream Can #EFCA54
RGB
CMYK
RGB Variations
Color information
#EFCA54 (or 0xEFCA54) is known color: Cream Can. HEX triplet: EF, CA and 54. RGB value is (239,202,84). Sum of RGB (Red+Green+Blue) = 239+202+84=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 84 (33.20% from 255 or 16% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA54 is #1035AB. Grayscale: #C8C8C8. Windows color (decimal): -1062316 or 5556975. OLE color: 5556975.
HSL color Cylindrical-coordinate representation of color #EFCA54: hue angle of 45.68º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFCA54 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 84 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.06 |
| HSL | 45.68º | 0.83% | 0.63% | - |
| HSV(B) | 45.68º | 0.65% | 0.94% | - |
| XYZ | 58.32 | 61.23 | 17.13 | - |
| YUV | 199.61 | 62.76 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 84 | 0 | 0.15 | 0.65 | 0.06 | 45.68 | 0.83 | 0.63 |
| Hex | EF | CA | 54 | 0 | F | 41 | 6 | 2E | 53 | 3F |
| Octal | 357 | 312 | 124 | 0 | 17 | 101 | 6 | 56 | 123 | 77 |
| Binary | 11101111 | 11001010 | 1010100 | 0 | 1111 | 1000001 | 110 | 101110 | 1010011 | 111111 |
Color Harmonies of #EFCA54
Complementary color
Monochromatic Colors of #EFCA54
Black with #EFCA54
Text Example
Text Example
White with #EFCA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCA54; }
p { color: rgb(239,202,84); }
H1.HeaderClassName
{
color: #EFCA54;
}
.AnyTagClassName
{
color: #EFCA54;
}
</style>
background-color css
<style>
a { background-color: #EFCA54; }
a { background-color: rgb(239,202,84); }
div.DivClassName
{
background-color: #EFCA54;
}
.BgClassName
{
background-color: #EFCA54;
}
</style>
border-color css
<style>
span { border-color: #EFCA54; }
span { border-color: rgb(239,202,84); }
td.TdClassName
{
border-color: #EFCA54;
}
.TagClassName
{
border-color: #EFCA54;
}
</style>