Shades of Cream Can #EFC75D
Tints of Cream Can #EFC75D
RGB
CMYK
RGB Variations
Color information
#EFC75D (or 0xEFC75D) is known color: Cream Can. HEX triplet: EF, C7 and 5D. RGB value is (239,199,93). Sum of RGB (Red+Green+Blue) = 239+199+93=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC75D is #1038A2. Grayscale: #C7C7C7. Windows color (decimal): -1063075 or 6146031. OLE color: 6146031.
HSL color Cylindrical-coordinate representation of color #EFC75D: hue angle of 43.56º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC75D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 93 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.06 |
| HSL | 43.56º | 0.82% | 0.65% | - |
| HSV(B) | 43.56º | 0.61% | 0.94% | - |
| XYZ | 58 | 59.99 | 18.88 | - |
| YUV | 198.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 93 | 0 | 0.17 | 0.61 | 0.06 | 43.56 | 0.82 | 0.65 |
| Hex | EF | C7 | 5D | 0 | 11 | 3D | 6 | 2C | 52 | 41 |
| Octal | 357 | 307 | 135 | 0 | 21 | 75 | 6 | 54 | 122 | 101 |
| Binary | 11101111 | 11000111 | 1011101 | 0 | 10001 | 111101 | 110 | 101100 | 1010010 | 1000001 |
Color Harmonies of #EFC75D
Complementary color
Monochromatic Colors of #EFC75D
Black with #EFC75D
Text Example
Text Example
White with #EFC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC75D; }
p { color: rgb(239,199,93); }
H1.HeaderClassName
{
color: #EFC75D;
}
.AnyTagClassName
{
color: #EFC75D;
}
</style>
background-color css
<style>
a { background-color: #EFC75D; }
a { background-color: rgb(239,199,93); }
div.DivClassName
{
background-color: #EFC75D;
}
.BgClassName
{
background-color: #EFC75D;
}
</style>
border-color css
<style>
span { border-color: #EFC75D; }
span { border-color: rgb(239,199,93); }
td.TdClassName
{
border-color: #EFC75D;
}
.TagClassName
{
border-color: #EFC75D;
}
</style>