Shades of Cream Can #EFBE4D
Tints of Cream Can #EFBE4D
RGB
CMYK
RGB Variations
Color information
#EFBE4D (or 0xEFBE4D) is known color: Cream Can. HEX triplet: EF, BE and 4D. RGB value is (239,190,77). Sum of RGB (Red+Green+Blue) = 239+190+77=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBE4D is #1041B2. Grayscale: #C0C0C0. Windows color (decimal): -1065395 or 5095151. OLE color: 5095151.
HSL color Cylindrical-coordinate representation of color #EFBE4D: hue angle of 41.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFBE4D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 77 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.06 |
| HSL | 41.85º | 0.84% | 0.62% | - |
| HSV(B) | 41.85º | 0.68% | 0.94% | - |
| XYZ | 55.35 | 55.71 | 14.86 | - |
| YUV | 191.77 | 63.23 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 77 | 0 | 0.21 | 0.68 | 0.06 | 41.85 | 0.84 | 0.62 |
| Hex | EF | BE | 4D | 0 | 15 | 44 | 6 | 2A | 54 | 3E |
| Octal | 357 | 276 | 115 | 0 | 25 | 104 | 6 | 52 | 124 | 76 |
| Binary | 11101111 | 10111110 | 1001101 | 0 | 10101 | 1000100 | 110 | 101010 | 1010100 | 111110 |
Color Harmonies of #EFBE4D
Complementary color
Monochromatic Colors of #EFBE4D
Black with #EFBE4D
Text Example
Text Example
White with #EFBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBE4D; }
p { color: rgb(239,190,77); }
H1.HeaderClassName
{
color: #EFBE4D;
}
.AnyTagClassName
{
color: #EFBE4D;
}
</style>
background-color css
<style>
a { background-color: #EFBE4D; }
a { background-color: rgb(239,190,77); }
div.DivClassName
{
background-color: #EFBE4D;
}
.BgClassName
{
background-color: #EFBE4D;
}
</style>
border-color css
<style>
span { border-color: #EFBE4D; }
span { border-color: rgb(239,190,77); }
td.TdClassName
{
border-color: #EFBE4D;
}
.TagClassName
{
border-color: #EFBE4D;
}
</style>