Shades of Cream Can #EFC35D
Tints of Cream Can #EFC35D
RGB
CMYK
RGB Variations
Color information
#EFC35D (or 0xEFC35D) is known color: Cream Can. HEX triplet: EF, C3 and 5D. RGB value is (239,195,93). Sum of RGB (Red+Green+Blue) = 239+195+93=527 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.35% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC35D is #103CA2. Grayscale: #C4C4C4. Windows color (decimal): -1064099 or 6145007. OLE color: 6145007.
HSL color Cylindrical-coordinate representation of color #EFC35D: hue angle of 41.92º 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 #EFC35D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 93 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.06 |
| HSL | 41.92º | 0.82% | 0.65% | - |
| HSV(B) | 41.92º | 0.61% | 0.94% | - |
| XYZ | 57.09 | 58.17 | 18.58 | - |
| YUV | 196.53 | 69.58 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 93 | 0 | 0.18 | 0.61 | 0.06 | 41.92 | 0.82 | 0.65 |
| Hex | EF | C3 | 5D | 0 | 12 | 3D | 6 | 2A | 52 | 41 |
| Octal | 357 | 303 | 135 | 0 | 22 | 75 | 6 | 52 | 122 | 101 |
| Binary | 11101111 | 11000011 | 1011101 | 0 | 10010 | 111101 | 110 | 101010 | 1010010 | 1000001 |
Color Harmonies of #EFC35D
Complementary color
Monochromatic Colors of #EFC35D
Black with #EFC35D
Text Example
Text Example
White with #EFC35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC35D; }
p { color: rgb(239,195,93); }
H1.HeaderClassName
{
color: #EFC35D;
}
.AnyTagClassName
{
color: #EFC35D;
}
</style>
background-color css
<style>
a { background-color: #EFC35D; }
a { background-color: rgb(239,195,93); }
div.DivClassName
{
background-color: #EFC35D;
}
.BgClassName
{
background-color: #EFC35D;
}
</style>
border-color css
<style>
span { border-color: #EFC35D; }
span { border-color: rgb(239,195,93); }
td.TdClassName
{
border-color: #EFC35D;
}
.TagClassName
{
border-color: #EFC35D;
}
</style>