Shades of Cream Can #EFC254
Tints of Cream Can #EFC254
RGB
CMYK
RGB Variations
Color information
#EFC254 (or 0xEFC254) is known color: Cream Can. HEX triplet: EF, C2 and 54. RGB value is (239,194,84). Sum of RGB (Red+Green+Blue) = 239+194+84=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 194 (76.17% from 255 or 37.52% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC254 is #103DAB. Grayscale: #C3C3C3. Windows color (decimal): -1064364 or 5554927. OLE color: 5554927.
HSL color Cylindrical-coordinate representation of color #EFC254: hue angle of 42.58º 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 #EFC254 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 84 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.06 |
| HSL | 42.58º | 0.83% | 0.63% | - |
| HSV(B) | 42.58º | 0.65% | 0.94% | - |
| XYZ | 56.49 | 57.57 | 16.52 | - |
| YUV | 194.92 | 65.41 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 84 | 0 | 0.19 | 0.65 | 0.06 | 42.58 | 0.83 | 0.63 |
| Hex | EF | C2 | 54 | 0 | 13 | 41 | 6 | 2B | 53 | 3F |
| Octal | 357 | 302 | 124 | 0 | 23 | 101 | 6 | 53 | 123 | 77 |
| Binary | 11101111 | 11000010 | 1010100 | 0 | 10011 | 1000001 | 110 | 101011 | 1010011 | 111111 |
Color Harmonies of #EFC254
Complementary color
Monochromatic Colors of #EFC254
Black with #EFC254
Text Example
Text Example
White with #EFC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC254; }
p { color: rgb(239,194,84); }
H1.HeaderClassName
{
color: #EFC254;
}
.AnyTagClassName
{
color: #EFC254;
}
</style>
background-color css
<style>
a { background-color: #EFC254; }
a { background-color: rgb(239,194,84); }
div.DivClassName
{
background-color: #EFC254;
}
.BgClassName
{
background-color: #EFC254;
}
</style>
border-color css
<style>
span { border-color: #EFC254; }
span { border-color: rgb(239,194,84); }
td.TdClassName
{
border-color: #EFC254;
}
.TagClassName
{
border-color: #EFC254;
}
</style>