Shades of Cream Can #EFC14A
Tints of Cream Can #EFC14A
RGB
CMYK
RGB Variations
Color information
#EFC14A (or 0xEFC14A) is known color: Cream Can. HEX triplet: EF, C1 and 4A. RGB value is (239,193,74). Sum of RGB (Red+Green+Blue) = 239+193+74=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC14A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC14A is #103EB5. Grayscale: #C1C1C1. Windows color (decimal): -1064630 or 4899311. OLE color: 4899311.
HSL color Cylindrical-coordinate representation of color #EFC14A: hue angle of 43.27º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFC14A is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 74 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.06 |
| HSL | 43.27º | 0.84% | 0.61% | - |
| HSV(B) | 43.27º | 0.69% | 0.94% | - |
| XYZ | 55.9 | 56.99 | 14.53 | - |
| YUV | 193.19 | 60.74 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 74 | 0 | 0.19 | 0.69 | 0.06 | 43.27 | 0.84 | 0.61 |
| Hex | EF | C1 | 4A | 0 | 13 | 45 | 6 | 2B | 54 | 3D |
| Octal | 357 | 301 | 112 | 0 | 23 | 105 | 6 | 53 | 124 | 75 |
| Binary | 11101111 | 11000001 | 1001010 | 0 | 10011 | 1000101 | 110 | 101011 | 1010100 | 111101 |
Color Harmonies of #EFC14A
Complementary color
Monochromatic Colors of #EFC14A
Black with #EFC14A
Text Example
Text Example
White with #EFC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC14A; }
p { color: rgb(239,193,74); }
H1.HeaderClassName
{
color: #EFC14A;
}
.AnyTagClassName
{
color: #EFC14A;
}
</style>
background-color css
<style>
a { background-color: #EFC14A; }
a { background-color: rgb(239,193,74); }
div.DivClassName
{
background-color: #EFC14A;
}
.BgClassName
{
background-color: #EFC14A;
}
</style>
border-color css
<style>
span { border-color: #EFC14A; }
span { border-color: rgb(239,193,74); }
td.TdClassName
{
border-color: #EFC14A;
}
.TagClassName
{
border-color: #EFC14A;
}
</style>