Shades of Cream Can #EFC14B
Tints of Cream Can #EFC14B
RGB
CMYK
RGB Variations
Color information
#EFC14B (or 0xEFC14B) is known color: Cream Can. HEX triplet: EF, C1 and 4B. RGB value is (239,193,75). Sum of RGB (Red+Green+Blue) = 239+193+75=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC14B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC14B is #103EB4. Grayscale: #C1C1C1. Windows color (decimal): -1064629 or 4964847. OLE color: 4964847.
HSL color Cylindrical-coordinate representation of color #EFC14B: hue angle of 43.17º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC14B is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 75 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.06 |
| HSL | 43.17º | 0.84% | 0.62% | - |
| HSV(B) | 43.17º | 0.69% | 0.94% | - |
| XYZ | 55.94 | 57 | 14.71 | - |
| YUV | 193.3 | 61.24 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 75 | 0 | 0.19 | 0.69 | 0.06 | 43.17 | 0.84 | 0.62 |
| Hex | EF | C1 | 4B | 0 | 13 | 45 | 6 | 2B | 54 | 3E |
| Octal | 357 | 301 | 113 | 0 | 23 | 105 | 6 | 53 | 124 | 76 |
| Binary | 11101111 | 11000001 | 1001011 | 0 | 10011 | 1000101 | 110 | 101011 | 1010100 | 111110 |
Color Harmonies of #EFC14B
Complementary color
Monochromatic Colors of #EFC14B
Black with #EFC14B
Text Example
Text Example
White with #EFC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC14B; }
p { color: rgb(239,193,75); }
H1.HeaderClassName
{
color: #EFC14B;
}
.AnyTagClassName
{
color: #EFC14B;
}
</style>
background-color css
<style>
a { background-color: #EFC14B; }
a { background-color: rgb(239,193,75); }
div.DivClassName
{
background-color: #EFC14B;
}
.BgClassName
{
background-color: #EFC14B;
}
</style>
border-color css
<style>
span { border-color: #EFC14B; }
span { border-color: rgb(239,193,75); }
td.TdClassName
{
border-color: #EFC14B;
}
.TagClassName
{
border-color: #EFC14B;
}
</style>