Shades of Cream Can #EFC54A
Tints of Cream Can #EFC54A
RGB
CMYK
RGB Variations
Color information
#EFC54A (or 0xEFC54A) is known color: Cream Can. HEX triplet: EF, C5 and 4A. RGB value is (239,197,74). Sum of RGB (Red+Green+Blue) = 239+197+74=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 74 (29.30% from 255 or 14.51% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC54A is #103AB5. Grayscale: #C4C4C4. Windows color (decimal): -1063606 or 4900335. OLE color: 4900335.
HSL color Cylindrical-coordinate representation of color #EFC54A: hue angle of 44.73º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC54A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 74 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.06 |
| HSL | 44.73º | 0.84% | 0.61% | - |
| HSV(B) | 44.73º | 0.69% | 0.94% | - |
| XYZ | 56.8 | 58.78 | 14.83 | - |
| YUV | 195.54 | 59.41 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 74 | 0 | 0.18 | 0.69 | 0.06 | 44.73 | 0.84 | 0.61 |
| Hex | EF | C5 | 4A | 0 | 12 | 45 | 6 | 2D | 54 | 3D |
| Octal | 357 | 305 | 112 | 0 | 22 | 105 | 6 | 55 | 124 | 75 |
| Binary | 11101111 | 11000101 | 1001010 | 0 | 10010 | 1000101 | 110 | 101101 | 1010100 | 111101 |
Color Harmonies of #EFC54A
Complementary color
Monochromatic Colors of #EFC54A
Black with #EFC54A
Text Example
Text Example
White with #EFC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC54A; }
p { color: rgb(239,197,74); }
H1.HeaderClassName
{
color: #EFC54A;
}
.AnyTagClassName
{
color: #EFC54A;
}
</style>
background-color css
<style>
a { background-color: #EFC54A; }
a { background-color: rgb(239,197,74); }
div.DivClassName
{
background-color: #EFC54A;
}
.BgClassName
{
background-color: #EFC54A;
}
</style>
border-color css
<style>
span { border-color: #EFC54A; }
span { border-color: rgb(239,197,74); }
td.TdClassName
{
border-color: #EFC54A;
}
.TagClassName
{
border-color: #EFC54A;
}
</style>