Shades of Cream Can #EFBF4A
Tints of Cream Can #EFBF4A
RGB
CMYK
RGB Variations
Color information
#EFBF4A (or 0xEFBF4A) is known color: Cream Can. HEX triplet: EF, BF and 4A. RGB value is (239,191,74). Sum of RGB (Red+Green+Blue) = 239+191+74=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 74 (29.30% from 255 or 14.68% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFBF4A is #1040B5. Grayscale: #C0C0C0. Windows color (decimal): -1065142 or 4898799. OLE color: 4898799.
HSL color Cylindrical-coordinate representation of color #EFBF4A: hue angle of 42.55º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFBF4A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 74 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.06 |
| HSL | 42.55º | 0.84% | 0.61% | - |
| HSV(B) | 42.55º | 0.69% | 0.94% | - |
| XYZ | 55.46 | 56.11 | 14.39 | - |
| YUV | 192.01 | 61.4 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 74 | 0 | 0.20 | 0.69 | 0.06 | 42.55 | 0.84 | 0.61 |
| Hex | EF | BF | 4A | 0 | 14 | 45 | 6 | 2B | 54 | 3D |
| Octal | 357 | 277 | 112 | 0 | 24 | 105 | 6 | 53 | 124 | 75 |
| Binary | 11101111 | 10111111 | 1001010 | 0 | 10100 | 1000101 | 110 | 101011 | 1010100 | 111101 |
Color Harmonies of #EFBF4A
Complementary color
Monochromatic Colors of #EFBF4A
Black with #EFBF4A
Text Example
Text Example
White with #EFBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBF4A; }
p { color: rgb(239,191,74); }
H1.HeaderClassName
{
color: #EFBF4A;
}
.AnyTagClassName
{
color: #EFBF4A;
}
</style>
background-color css
<style>
a { background-color: #EFBF4A; }
a { background-color: rgb(239,191,74); }
div.DivClassName
{
background-color: #EFBF4A;
}
.BgClassName
{
background-color: #EFBF4A;
}
</style>
border-color css
<style>
span { border-color: #EFBF4A; }
span { border-color: rgb(239,191,74); }
td.TdClassName
{
border-color: #EFBF4A;
}
.TagClassName
{
border-color: #EFBF4A;
}
</style>