Shades of Cream Can #EFC554
Tints of Cream Can #EFC554
RGB
CMYK
RGB Variations
Color information
#EFC554 (or 0xEFC554) is known color: Cream Can. HEX triplet: EF, C5 and 54. RGB value is (239,197,84). Sum of RGB (Red+Green+Blue) = 239+197+84=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 84 (33.20% from 255 or 16.15% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC554 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC554 is #103AAB. Grayscale: #C5C5C5. Windows color (decimal): -1063596 or 5555695. OLE color: 5555695.
HSL color Cylindrical-coordinate representation of color #EFC554: hue angle of 43.74º 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 #EFC554 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 84 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.06 |
| HSL | 43.74º | 0.83% | 0.63% | - |
| HSV(B) | 43.74º | 0.65% | 0.94% | - |
| XYZ | 57.16 | 58.92 | 16.75 | - |
| YUV | 196.68 | 64.41 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 84 | 0 | 0.18 | 0.65 | 0.06 | 43.74 | 0.83 | 0.63 |
| Hex | EF | C5 | 54 | 0 | 12 | 41 | 6 | 2C | 53 | 3F |
| Octal | 357 | 305 | 124 | 0 | 22 | 101 | 6 | 54 | 123 | 77 |
| Binary | 11101111 | 11000101 | 1010100 | 0 | 10010 | 1000001 | 110 | 101100 | 1010011 | 111111 |
Color Harmonies of #EFC554
Complementary color
Monochromatic Colors of #EFC554
Black with #EFC554
Text Example
Text Example
White with #EFC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC554; }
p { color: rgb(239,197,84); }
H1.HeaderClassName
{
color: #EFC554;
}
.AnyTagClassName
{
color: #EFC554;
}
</style>
background-color css
<style>
a { background-color: #EFC554; }
a { background-color: rgb(239,197,84); }
div.DivClassName
{
background-color: #EFC554;
}
.BgClassName
{
background-color: #EFC554;
}
</style>
border-color css
<style>
span { border-color: #EFC554; }
span { border-color: rgb(239,197,84); }
td.TdClassName
{
border-color: #EFC554;
}
.TagClassName
{
border-color: #EFC554;
}
</style>