Shades of Cream Can #EFBE5C
Tints of Cream Can #EFBE5C
RGB
CMYK
RGB Variations
Color information
#EFBE5C (or 0xEFBE5C) is known color: Cream Can. HEX triplet: EF, BE and 5C. RGB value is (239,190,92). Sum of RGB (Red+Green+Blue) = 239+190+92=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 92 (36.33% from 255 or 17.66% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE5C is #1041A3. Grayscale: #C1C1C1. Windows color (decimal): -1065380 or 6078191. OLE color: 6078191.
HSL color Cylindrical-coordinate representation of color #EFBE5C: hue angle of 40º 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 #EFBE5C is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 92 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.06 |
| HSL | 40º | 0.82% | 0.65% | - |
| HSV(B) | 40º | 0.62% | 0.94% | - |
| XYZ | 55.94 | 55.95 | 17.98 | - |
| YUV | 193.48 | 70.73 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 92 | 0 | 0.21 | 0.62 | 0.06 | 40 | 0.82 | 0.65 |
| Hex | EF | BE | 5C | 0 | 15 | 3E | 6 | 28 | 52 | 41 |
| Octal | 357 | 276 | 134 | 0 | 25 | 76 | 6 | 50 | 122 | 101 |
| Binary | 11101111 | 10111110 | 1011100 | 0 | 10101 | 111110 | 110 | 101000 | 1010010 | 1000001 |
Color Harmonies of #EFBE5C
Complementary color
Monochromatic Colors of #EFBE5C
Black with #EFBE5C
Text Example
Text Example
White with #EFBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE5C; }
p { color: rgb(239,190,92); }
H1.HeaderClassName
{
color: #EFBE5C;
}
.AnyTagClassName
{
color: #EFBE5C;
}
</style>
background-color css
<style>
a { background-color: #EFBE5C; }
a { background-color: rgb(239,190,92); }
div.DivClassName
{
background-color: #EFBE5C;
}
.BgClassName
{
background-color: #EFBE5C;
}
</style>
border-color css
<style>
span { border-color: #EFBE5C; }
span { border-color: rgb(239,190,92); }
td.TdClassName
{
border-color: #EFBE5C;
}
.TagClassName
{
border-color: #EFBE5C;
}
</style>