Shades of Cream Can #EFC258
Tints of Cream Can #EFC258
RGB
CMYK
RGB Variations
Color information
#EFC258 (or 0xEFC258) is known color: Cream Can. HEX triplet: EF, C2 and 58. RGB value is (239,194,88). Sum of RGB (Red+Green+Blue) = 239+194+88=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC258 is #103DA7. Grayscale: #C3C3C3. Windows color (decimal): -1064360 or 5817071. OLE color: 5817071.
HSL color Cylindrical-coordinate representation of color #EFC258: hue angle of 42.12º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFC258 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 88 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.06 |
| HSL | 42.12º | 0.83% | 0.64% | - |
| HSV(B) | 42.12º | 0.63% | 0.94% | - |
| XYZ | 56.65 | 57.64 | 17.37 | - |
| YUV | 195.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 88 | 0 | 0.19 | 0.63 | 0.06 | 42.12 | 0.83 | 0.64 |
| Hex | EF | C2 | 58 | 0 | 13 | 3F | 6 | 2A | 53 | 40 |
| Octal | 357 | 302 | 130 | 0 | 23 | 77 | 6 | 52 | 123 | 100 |
| Binary | 11101111 | 11000010 | 1011000 | 0 | 10011 | 111111 | 110 | 101010 | 1010011 | 1000000 |
Color Harmonies of #EFC258
Complementary color
Monochromatic Colors of #EFC258
Black with #EFC258
Text Example
Text Example
White with #EFC258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC258; }
p { color: rgb(239,194,88); }
H1.HeaderClassName
{
color: #EFC258;
}
.AnyTagClassName
{
color: #EFC258;
}
</style>
background-color css
<style>
a { background-color: #EFC258; }
a { background-color: rgb(239,194,88); }
div.DivClassName
{
background-color: #EFC258;
}
.BgClassName
{
background-color: #EFC258;
}
</style>
border-color css
<style>
span { border-color: #EFC258; }
span { border-color: rgb(239,194,88); }
td.TdClassName
{
border-color: #EFC258;
}
.TagClassName
{
border-color: #EFC258;
}
</style>