Shades of Cream Can #EFC755
Tints of Cream Can #EFC755
RGB
CMYK
RGB Variations
Color information
#EFC755 (or 0xEFC755) is known color: Cream Can. HEX triplet: EF, C7 and 55. RGB value is (239,199,85). Sum of RGB (Red+Green+Blue) = 239+199+85=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC755 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC755 is #1038AA. Grayscale: #C6C6C6. Windows color (decimal): -1063083 or 5621743. OLE color: 5621743.
HSL color Cylindrical-coordinate representation of color #EFC755: hue angle of 44.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 #EFC755 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 85 | - |
| CMYK | 0 | 0.17 | 0.64 | 0.06 |
| HSL | 44.42º | 0.83% | 0.64% | - |
| HSV(B) | 44.42º | 0.64% | 0.94% | - |
| XYZ | 57.66 | 59.85 | 17.11 | - |
| YUV | 197.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 85 | 0 | 0.17 | 0.64 | 0.06 | 44.42 | 0.83 | 0.64 |
| Hex | EF | C7 | 55 | 0 | 11 | 40 | 6 | 2C | 53 | 40 |
| Octal | 357 | 307 | 125 | 0 | 21 | 100 | 6 | 54 | 123 | 100 |
| Binary | 11101111 | 11000111 | 1010101 | 0 | 10001 | 1000000 | 110 | 101100 | 1010011 | 1000000 |
Color Harmonies of #EFC755
Complementary color
Monochromatic Colors of #EFC755
Black with #EFC755
Text Example
Text Example
White with #EFC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC755; }
p { color: rgb(239,199,85); }
H1.HeaderClassName
{
color: #EFC755;
}
.AnyTagClassName
{
color: #EFC755;
}
</style>
background-color css
<style>
a { background-color: #EFC755; }
a { background-color: rgb(239,199,85); }
div.DivClassName
{
background-color: #EFC755;
}
.BgClassName
{
background-color: #EFC755;
}
</style>
border-color css
<style>
span { border-color: #EFC755; }
span { border-color: rgb(239,199,85); }
td.TdClassName
{
border-color: #EFC755;
}
.TagClassName
{
border-color: #EFC755;
}
</style>