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