Shades of Cream Can #EFC74D
Tints of Cream Can #EFC74D
RGB
CMYK
RGB Variations
Color information
#EFC74D (or 0xEFC74D) is known color: Cream Can. HEX triplet: EF, C7 and 4D. RGB value is (239,199,77). Sum of RGB (Red+Green+Blue) = 239+199+77=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC74D is #1038B2. Grayscale: #C5C5C5. Windows color (decimal): -1063091 or 5097455. OLE color: 5097455.
HSL color Cylindrical-coordinate representation of color #EFC74D: hue angle of 45.19º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFC74D is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 77 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.06 |
| HSL | 45.19º | 0.84% | 0.62% | - |
| HSV(B) | 45.19º | 0.68% | 0.94% | - |
| XYZ | 57.36 | 59.73 | 15.53 | - |
| YUV | 197.05 | 60.25 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 77 | 0 | 0.17 | 0.68 | 0.06 | 45.19 | 0.84 | 0.62 |
| Hex | EF | C7 | 4D | 0 | 11 | 44 | 6 | 2D | 54 | 3E |
| Octal | 357 | 307 | 115 | 0 | 21 | 104 | 6 | 55 | 124 | 76 |
| Binary | 11101111 | 11000111 | 1001101 | 0 | 10001 | 1000100 | 110 | 101101 | 1010100 | 111110 |
Color Harmonies of #EFC74D
Complementary color
Monochromatic Colors of #EFC74D
Black with #EFC74D
Text Example
Text Example
White with #EFC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC74D; }
p { color: rgb(239,199,77); }
H1.HeaderClassName
{
color: #EFC74D;
}
.AnyTagClassName
{
color: #EFC74D;
}
</style>
background-color css
<style>
a { background-color: #EFC74D; }
a { background-color: rgb(239,199,77); }
div.DivClassName
{
background-color: #EFC74D;
}
.BgClassName
{
background-color: #EFC74D;
}
</style>
border-color css
<style>
span { border-color: #EFC74D; }
span { border-color: rgb(239,199,77); }
td.TdClassName
{
border-color: #EFC74D;
}
.TagClassName
{
border-color: #EFC74D;
}
</style>