Shades of Cream Can #EFC44B
Tints of Cream Can #EFC44B
RGB
CMYK
RGB Variations
Color information
#EFC44B (or 0xEFC44B) is known color: Cream Can. HEX triplet: EF, C4 and 4B. RGB value is (239,196,75). Sum of RGB (Red+Green+Blue) = 239+196+75=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 75 (29.69% from 255 or 14.71% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC44B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC44B is #103BB4. Grayscale: #C3C3C3. Windows color (decimal): -1063861 or 4965615. OLE color: 4965615.
HSL color Cylindrical-coordinate representation of color #EFC44B: hue angle of 44.27º 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 #EFC44B is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 75 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.06 |
| HSL | 44.27º | 0.84% | 0.62% | - |
| HSV(B) | 44.27º | 0.69% | 0.94% | - |
| XYZ | 56.61 | 58.34 | 14.93 | - |
| YUV | 195.06 | 60.25 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 75 | 0 | 0.18 | 0.69 | 0.06 | 44.27 | 0.84 | 0.62 |
| Hex | EF | C4 | 4B | 0 | 12 | 45 | 6 | 2C | 54 | 3E |
| Octal | 357 | 304 | 113 | 0 | 22 | 105 | 6 | 54 | 124 | 76 |
| Binary | 11101111 | 11000100 | 1001011 | 0 | 10010 | 1000101 | 110 | 101100 | 1010100 | 111110 |
Color Harmonies of #EFC44B
Complementary color
Monochromatic Colors of #EFC44B
Black with #EFC44B
Text Example
Text Example
White with #EFC44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC44B; }
p { color: rgb(239,196,75); }
H1.HeaderClassName
{
color: #EFC44B;
}
.AnyTagClassName
{
color: #EFC44B;
}
</style>
background-color css
<style>
a { background-color: #EFC44B; }
a { background-color: rgb(239,196,75); }
div.DivClassName
{
background-color: #EFC44B;
}
.BgClassName
{
background-color: #EFC44B;
}
</style>
border-color css
<style>
span { border-color: #EFC44B; }
span { border-color: rgb(239,196,75); }
td.TdClassName
{
border-color: #EFC44B;
}
.TagClassName
{
border-color: #EFC44B;
}
</style>