Shades of Cream Can #EFC360
Tints of Cream Can #EFC360
RGB
CMYK
RGB Variations
Color information
#EFC360 (or 0xEFC360) is known color: Cream Can. HEX triplet: EF, C3 and 60. RGB value is (239,195,96). Sum of RGB (Red+Green+Blue) = 239+195+96=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC360 is #103C9F. Grayscale: #C5C5C5. Windows color (decimal): -1064096 or 6341615. OLE color: 6341615.
HSL color Cylindrical-coordinate representation of color #EFC360: hue angle of 41.54º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFC360 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 96 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.06 |
| HSL | 41.54º | 0.82% | 0.66% | - |
| HSV(B) | 41.54º | 0.6% | 0.94% | - |
| XYZ | 57.22 | 58.23 | 19.29 | - |
| YUV | 196.87 | 71.08 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 96 | 0 | 0.18 | 0.60 | 0.06 | 41.54 | 0.82 | 0.66 |
| Hex | EF | C3 | 60 | 0 | 12 | 3C | 6 | 2A | 52 | 42 |
| Octal | 357 | 303 | 140 | 0 | 22 | 74 | 6 | 52 | 122 | 102 |
| Binary | 11101111 | 11000011 | 1100000 | 0 | 10010 | 111100 | 110 | 101010 | 1010010 | 1000010 |
Color Harmonies of #EFC360
Complementary color
Monochromatic Colors of #EFC360
Black with #EFC360
Text Example
Text Example
White with #EFC360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC360; }
p { color: rgb(239,195,96); }
H1.HeaderClassName
{
color: #EFC360;
}
.AnyTagClassName
{
color: #EFC360;
}
</style>
background-color css
<style>
a { background-color: #EFC360; }
a { background-color: rgb(239,195,96); }
div.DivClassName
{
background-color: #EFC360;
}
.BgClassName
{
background-color: #EFC360;
}
</style>
border-color css
<style>
span { border-color: #EFC360; }
span { border-color: rgb(239,195,96); }
td.TdClassName
{
border-color: #EFC360;
}
.TagClassName
{
border-color: #EFC360;
}
</style>