Shades of Cream Can #EFC15A
Tints of Cream Can #EFC15A
RGB
CMYK
RGB Variations
Color information
#EFC15A (or 0xEFC15A) is known color: Cream Can. HEX triplet: EF, C1 and 5A. RGB value is (239,193,90). Sum of RGB (Red+Green+Blue) = 239+193+90=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 90 (35.55% from 255 or 17.24% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC15A is #103EA5. Grayscale: #C3C3C3. Windows color (decimal): -1064614 or 5947887. OLE color: 5947887.
HSL color Cylindrical-coordinate representation of color #EFC15A: hue angle of 41.48º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFC15A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 193 | 90 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.06 |
| HSL | 41.48º | 0.82% | 0.65% | - |
| HSV(B) | 41.48º | 0.62% | 0.94% | - |
| XYZ | 56.51 | 57.23 | 17.74 | - |
| YUV | 195.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 193 | 90 | 0 | 0.19 | 0.62 | 0.06 | 41.48 | 0.82 | 0.65 |
| Hex | EF | C1 | 5A | 0 | 13 | 3E | 6 | 29 | 52 | 41 |
| Octal | 357 | 301 | 132 | 0 | 23 | 76 | 6 | 51 | 122 | 101 |
| Binary | 11101111 | 11000001 | 1011010 | 0 | 10011 | 111110 | 110 | 101001 | 1010010 | 1000001 |
Color Harmonies of #EFC15A
Complementary color
Monochromatic Colors of #EFC15A
Black with #EFC15A
Text Example
Text Example
White with #EFC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC15A; }
p { color: rgb(239,193,90); }
H1.HeaderClassName
{
color: #EFC15A;
}
.AnyTagClassName
{
color: #EFC15A;
}
</style>
background-color css
<style>
a { background-color: #EFC15A; }
a { background-color: rgb(239,193,90); }
div.DivClassName
{
background-color: #EFC15A;
}
.BgClassName
{
background-color: #EFC15A;
}
</style>
border-color css
<style>
span { border-color: #EFC15A; }
span { border-color: rgb(239,193,90); }
td.TdClassName
{
border-color: #EFC15A;
}
.TagClassName
{
border-color: #EFC15A;
}
</style>