Shades of Cream Can #EFC557
Tints of Cream Can #EFC557
RGB
CMYK
RGB Variations
Color information
#EFC557 (or 0xEFC557) is known color: Cream Can. HEX triplet: EF, C5 and 57. RGB value is (239,197,87). Sum of RGB (Red+Green+Blue) = 239+197+87=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 87 (34.38% from 255 or 16.63% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC557 is #103AA8. Grayscale: #C5C5C5. Windows color (decimal): -1063593 or 5752303. OLE color: 5752303.
HSL color Cylindrical-coordinate representation of color #EFC557: hue angle of 43.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFC557 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 87 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.06 |
| HSL | 43.42º | 0.83% | 0.64% | - |
| HSV(B) | 43.42º | 0.64% | 0.94% | - |
| XYZ | 57.28 | 58.97 | 17.38 | - |
| YUV | 197.02 | 65.91 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 87 | 0 | 0.18 | 0.64 | 0.06 | 43.42 | 0.83 | 0.64 |
| Hex | EF | C5 | 57 | 0 | 12 | 40 | 6 | 2B | 53 | 40 |
| Octal | 357 | 305 | 127 | 0 | 22 | 100 | 6 | 53 | 123 | 100 |
| Binary | 11101111 | 11000101 | 1010111 | 0 | 10010 | 1000000 | 110 | 101011 | 1010011 | 1000000 |
Color Harmonies of #EFC557
Complementary color
Monochromatic Colors of #EFC557
Black with #EFC557
Text Example
Text Example
White with #EFC557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC557; }
p { color: rgb(239,197,87); }
H1.HeaderClassName
{
color: #EFC557;
}
.AnyTagClassName
{
color: #EFC557;
}
</style>
background-color css
<style>
a { background-color: #EFC557; }
a { background-color: rgb(239,197,87); }
div.DivClassName
{
background-color: #EFC557;
}
.BgClassName
{
background-color: #EFC557;
}
</style>
border-color css
<style>
span { border-color: #EFC557; }
span { border-color: rgb(239,197,87); }
td.TdClassName
{
border-color: #EFC557;
}
.TagClassName
{
border-color: #EFC557;
}
</style>