Shades of Cream Can #EFC05F
Tints of Cream Can #EFC05F
RGB
CMYK
RGB Variations
Color information
#EFC05F (or 0xEFC05F) is known color: Cream Can. HEX triplet: EF, C0 and 5F. RGB value is (239,192,95). Sum of RGB (Red+Green+Blue) = 239+192+95=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC05F is #103FA0. Grayscale: #C3C3C3. Windows color (decimal): -1064865 or 6275311. OLE color: 6275311.
HSL color Cylindrical-coordinate representation of color #EFC05F: hue angle of 40.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFC05F is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 95 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.06 |
| HSL | 40.42º | 0.82% | 0.65% | - |
| HSV(B) | 40.42º | 0.6% | 0.94% | - |
| XYZ | 56.51 | 56.88 | 18.83 | - |
| YUV | 195 | 71.57 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 95 | 0 | 0.20 | 0.60 | 0.06 | 40.42 | 0.82 | 0.65 |
| Hex | EF | C0 | 5F | 0 | 14 | 3C | 6 | 28 | 52 | 41 |
| Octal | 357 | 300 | 137 | 0 | 24 | 74 | 6 | 50 | 122 | 101 |
| Binary | 11101111 | 11000000 | 1011111 | 0 | 10100 | 111100 | 110 | 101000 | 1010010 | 1000001 |
Color Harmonies of #EFC05F
Complementary color
Monochromatic Colors of #EFC05F
Black with #EFC05F
Text Example
Text Example
White with #EFC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC05F; }
p { color: rgb(239,192,95); }
H1.HeaderClassName
{
color: #EFC05F;
}
.AnyTagClassName
{
color: #EFC05F;
}
</style>
background-color css
<style>
a { background-color: #EFC05F; }
a { background-color: rgb(239,192,95); }
div.DivClassName
{
background-color: #EFC05F;
}
.BgClassName
{
background-color: #EFC05F;
}
</style>
border-color css
<style>
span { border-color: #EFC05F; }
span { border-color: rgb(239,192,95); }
td.TdClassName
{
border-color: #EFC05F;
}
.TagClassName
{
border-color: #EFC05F;
}
</style>