Shades of Cream Can #EFC85C
Tints of Cream Can #EFC85C
RGB
CMYK
RGB Variations
Color information
#EFC85C (or 0xEFC85C) is known color: Cream Can. HEX triplet: EF, C8 and 5C. RGB value is (239,200,92). Sum of RGB (Red+Green+Blue) = 239+200+92=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC85C is #1037A3. Grayscale: #C7C7C7. Windows color (decimal): -1062820 or 6080751. OLE color: 6080751.
HSL color Cylindrical-coordinate representation of color #EFC85C: hue angle of 44.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFC85C is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 92 | - |
| CMYK | 0 | 0.16 | 0.62 | 0.06 |
| HSL | 44.08º | 0.82% | 0.65% | - |
| HSV(B) | 44.08º | 0.62% | 0.94% | - |
| XYZ | 58.18 | 60.43 | 18.72 | - |
| YUV | 199.35 | 67.42 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 92 | 0 | 0.16 | 0.62 | 0.06 | 44.08 | 0.82 | 0.65 |
| Hex | EF | C8 | 5C | 0 | 10 | 3E | 6 | 2C | 52 | 41 |
| Octal | 357 | 310 | 134 | 0 | 20 | 76 | 6 | 54 | 122 | 101 |
| Binary | 11101111 | 11001000 | 1011100 | 0 | 10000 | 111110 | 110 | 101100 | 1010010 | 1000001 |
Color Harmonies of #EFC85C
Complementary color
Monochromatic Colors of #EFC85C
Black with #EFC85C
Text Example
Text Example
White with #EFC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC85C; }
p { color: rgb(239,200,92); }
H1.HeaderClassName
{
color: #EFC85C;
}
.AnyTagClassName
{
color: #EFC85C;
}
</style>
background-color css
<style>
a { background-color: #EFC85C; }
a { background-color: rgb(239,200,92); }
div.DivClassName
{
background-color: #EFC85C;
}
.BgClassName
{
background-color: #EFC85C;
}
</style>
border-color css
<style>
span { border-color: #EFC85C; }
span { border-color: rgb(239,200,92); }
td.TdClassName
{
border-color: #EFC85C;
}
.TagClassName
{
border-color: #EFC85C;
}
</style>