Shades of Cream Can #EFC15D
Tints of Cream Can #EFC15D
RGB
CMYK
RGB Variations
Color information
#EFC15D (or 0xEFC15D) is known color: Cream Can. HEX triplet: EF, C1 and 5D. RGB value is (239,193,93). Sum of RGB (Red+Green+Blue) = 239+193+93=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC15D is #103EA2. Grayscale: #C3C3C3. Windows color (decimal): -1064611 or 6144495. OLE color: 6144495.
HSL color Cylindrical-coordinate representation of color #EFC15D: hue angle of 41.1º 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 #EFC15D is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 93 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.06 |
| HSL | 41.1º | 0.82% | 0.65% | - |
| HSV(B) | 41.1º | 0.61% | 0.94% | - |
| XYZ | 56.64 | 57.28 | 18.43 | - |
| YUV | 195.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 93 | 0 | 0.19 | 0.61 | 0.06 | 41.1 | 0.82 | 0.65 |
| Hex | EF | C1 | 5D | 0 | 13 | 3D | 6 | 29 | 52 | 41 |
| Octal | 357 | 301 | 135 | 0 | 23 | 75 | 6 | 51 | 122 | 101 |
| Binary | 11101111 | 11000001 | 1011101 | 0 | 10011 | 111101 | 110 | 101001 | 1010010 | 1000001 |
Color Harmonies of #EFC15D
Complementary color
Monochromatic Colors of #EFC15D
Black with #EFC15D
Text Example
Text Example
White with #EFC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC15D; }
p { color: rgb(239,193,93); }
H1.HeaderClassName
{
color: #EFC15D;
}
.AnyTagClassName
{
color: #EFC15D;
}
</style>
background-color css
<style>
a { background-color: #EFC15D; }
a { background-color: rgb(239,193,93); }
div.DivClassName
{
background-color: #EFC15D;
}
.BgClassName
{
background-color: #EFC15D;
}
</style>
border-color css
<style>
span { border-color: #EFC15D; }
span { border-color: rgb(239,193,93); }
td.TdClassName
{
border-color: #EFC15D;
}
.TagClassName
{
border-color: #EFC15D;
}
</style>