Shades of Cream Can #EFC35E
Tints of Cream Can #EFC35E
RGB
CMYK
RGB Variations
Color information
#EFC35E (or 0xEFC35E) is known color: Cream Can. HEX triplet: EF, C3 and 5E. RGB value is (239,195,94). Sum of RGB (Red+Green+Blue) = 239+195+94=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 94 (37.11% from 255 or 17.80% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC35E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC35E is #103CA1. Grayscale: #C5C5C5. Windows color (decimal): -1064098 or 6210543. OLE color: 6210543.
HSL color Cylindrical-coordinate representation of color #EFC35E: hue angle of 41.79º 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 #EFC35E is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 94 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.06 |
| HSL | 41.79º | 0.82% | 0.65% | - |
| HSV(B) | 41.79º | 0.61% | 0.94% | - |
| XYZ | 57.13 | 58.19 | 18.81 | - |
| YUV | 196.64 | 70.08 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 94 | 0 | 0.18 | 0.61 | 0.06 | 41.79 | 0.82 | 0.65 |
| Hex | EF | C3 | 5E | 0 | 12 | 3D | 6 | 2A | 52 | 41 |
| Octal | 357 | 303 | 136 | 0 | 22 | 75 | 6 | 52 | 122 | 101 |
| Binary | 11101111 | 11000011 | 1011110 | 0 | 10010 | 111101 | 110 | 101010 | 1010010 | 1000001 |
Color Harmonies of #EFC35E
Complementary color
Monochromatic Colors of #EFC35E
Black with #EFC35E
Text Example
Text Example
White with #EFC35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC35E; }
p { color: rgb(239,195,94); }
H1.HeaderClassName
{
color: #EFC35E;
}
.AnyTagClassName
{
color: #EFC35E;
}
</style>
background-color css
<style>
a { background-color: #EFC35E; }
a { background-color: rgb(239,195,94); }
div.DivClassName
{
background-color: #EFC35E;
}
.BgClassName
{
background-color: #EFC35E;
}
</style>
border-color css
<style>
span { border-color: #EFC35E; }
span { border-color: rgb(239,195,94); }
td.TdClassName
{
border-color: #EFC35E;
}
.TagClassName
{
border-color: #EFC35E;
}
</style>