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