Shades of Cream Can #EFC153
Tints of Cream Can #EFC153
RGB
CMYK
RGB Variations
Color information
#EFC153 (or 0xEFC153) is known color: Cream Can. HEX triplet: EF, C1 and 53. RGB value is (239,193,83). Sum of RGB (Red+Green+Blue) = 239+193+83=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC153 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC153 is #103EAC. Grayscale: #C2C2C2. Windows color (decimal): -1064621 or 5489135. OLE color: 5489135.
HSL color Cylindrical-coordinate representation of color #EFC153: hue angle of 42.31º 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 #EFC153 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 83 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.06 |
| HSL | 42.31º | 0.83% | 0.63% | - |
| HSV(B) | 42.31º | 0.65% | 0.94% | - |
| XYZ | 56.23 | 57.12 | 16.24 | - |
| YUV | 194.21 | 65.24 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 83 | 0 | 0.19 | 0.65 | 0.06 | 42.31 | 0.83 | 0.63 |
| Hex | EF | C1 | 53 | 0 | 13 | 41 | 6 | 2A | 53 | 3F |
| Octal | 357 | 301 | 123 | 0 | 23 | 101 | 6 | 52 | 123 | 77 |
| Binary | 11101111 | 11000001 | 1010011 | 0 | 10011 | 1000001 | 110 | 101010 | 1010011 | 111111 |
Color Harmonies of #EFC153
Complementary color
Monochromatic Colors of #EFC153
Black with #EFC153
Text Example
Text Example
White with #EFC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC153; }
p { color: rgb(239,193,83); }
H1.HeaderClassName
{
color: #EFC153;
}
.AnyTagClassName
{
color: #EFC153;
}
</style>
background-color css
<style>
a { background-color: #EFC153; }
a { background-color: rgb(239,193,83); }
div.DivClassName
{
background-color: #EFC153;
}
.BgClassName
{
background-color: #EFC153;
}
</style>
border-color css
<style>
span { border-color: #EFC153; }
span { border-color: rgb(239,193,83); }
td.TdClassName
{
border-color: #EFC153;
}
.TagClassName
{
border-color: #EFC153;
}
</style>