Shades of Cream Can #EFC35F
Tints of Cream Can #EFC35F
RGB
CMYK
RGB Variations
Color information
#EFC35F (or 0xEFC35F) is known color: Cream Can. HEX triplet: EF, C3 and 5F. RGB value is (239,195,95). Sum of RGB (Red+Green+Blue) = 239+195+95=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC35F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC35F is #103CA0. Grayscale: #C5C5C5. Windows color (decimal): -1064097 or 6276079. OLE color: 6276079.
HSL color Cylindrical-coordinate representation of color #EFC35F: hue angle of 41.67º 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 #EFC35F is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 95 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.06 |
| HSL | 41.67º | 0.82% | 0.65% | - |
| HSV(B) | 41.67º | 0.6% | 0.94% | - |
| XYZ | 57.18 | 58.21 | 19.05 | - |
| YUV | 196.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 95 | 0 | 0.18 | 0.60 | 0.06 | 41.67 | 0.82 | 0.65 |
| Hex | EF | C3 | 5F | 0 | 12 | 3C | 6 | 2A | 52 | 41 |
| Octal | 357 | 303 | 137 | 0 | 22 | 74 | 6 | 52 | 122 | 101 |
| Binary | 11101111 | 11000011 | 1011111 | 0 | 10010 | 111100 | 110 | 101010 | 1010010 | 1000001 |
Color Harmonies of #EFC35F
Complementary color
Monochromatic Colors of #EFC35F
Black with #EFC35F
Text Example
Text Example
White with #EFC35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC35F; }
p { color: rgb(239,195,95); }
H1.HeaderClassName
{
color: #EFC35F;
}
.AnyTagClassName
{
color: #EFC35F;
}
</style>
background-color css
<style>
a { background-color: #EFC35F; }
a { background-color: rgb(239,195,95); }
div.DivClassName
{
background-color: #EFC35F;
}
.BgClassName
{
background-color: #EFC35F;
}
</style>
border-color css
<style>
span { border-color: #EFC35F; }
span { border-color: rgb(239,195,95); }
td.TdClassName
{
border-color: #EFC35F;
}
.TagClassName
{
border-color: #EFC35F;
}
</style>