Shades of Cream Can #EFC75C
Tints of Cream Can #EFC75C
RGB
CMYK
RGB Variations
Color information
#EFC75C (or 0xEFC75C) is known color: Cream Can. HEX triplet: EF, C7 and 5C. RGB value is (239,199,92). Sum of RGB (Red+Green+Blue) = 239+199+92=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC75C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC75C is #1038A3. Grayscale: #C7C7C7. Windows color (decimal): -1063076 or 6080495. OLE color: 6080495.
HSL color Cylindrical-coordinate representation of color #EFC75C: hue angle of 43.67º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFC75C is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 92 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.06 |
| HSL | 43.67º | 0.82% | 0.65% | - |
| HSV(B) | 43.67º | 0.62% | 0.94% | - |
| XYZ | 57.95 | 59.97 | 18.65 | - |
| YUV | 198.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 92 | 0 | 0.17 | 0.62 | 0.06 | 43.67 | 0.82 | 0.65 |
| Hex | EF | C7 | 5C | 0 | 11 | 3E | 6 | 2C | 52 | 41 |
| Octal | 357 | 307 | 134 | 0 | 21 | 76 | 6 | 54 | 122 | 101 |
| Binary | 11101111 | 11000111 | 1011100 | 0 | 10001 | 111110 | 110 | 101100 | 1010010 | 1000001 |
Color Harmonies of #EFC75C
Complementary color
Monochromatic Colors of #EFC75C
Black with #EFC75C
Text Example
Text Example
White with #EFC75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC75C; }
p { color: rgb(239,199,92); }
H1.HeaderClassName
{
color: #EFC75C;
}
.AnyTagClassName
{
color: #EFC75C;
}
</style>
background-color css
<style>
a { background-color: #EFC75C; }
a { background-color: rgb(239,199,92); }
div.DivClassName
{
background-color: #EFC75C;
}
.BgClassName
{
background-color: #EFC75C;
}
</style>
border-color css
<style>
span { border-color: #EFC75C; }
span { border-color: rgb(239,199,92); }
td.TdClassName
{
border-color: #EFC75C;
}
.TagClassName
{
border-color: #EFC75C;
}
</style>