Shades of Cream Can #EFC55D
Tints of Cream Can #EFC55D
RGB
CMYK
RGB Variations
Color information
#EFC55D (or 0xEFC55D) is known color: Cream Can. HEX triplet: EF, C5 and 5D. RGB value is (239,197,93). Sum of RGB (Red+Green+Blue) = 239+197+93=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC55D is #103AA2. Grayscale: #C6C6C6. Windows color (decimal): -1063587 or 6145519. OLE color: 6145519.
HSL color Cylindrical-coordinate representation of color #EFC55D: hue angle of 42.74º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFC55D is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 93 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.06 |
| HSL | 42.74º | 0.82% | 0.65% | - |
| HSV(B) | 42.74º | 0.61% | 0.94% | - |
| XYZ | 57.54 | 59.07 | 18.73 | - |
| YUV | 197.7 | 68.91 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 93 | 0 | 0.18 | 0.61 | 0.06 | 42.74 | 0.82 | 0.65 |
| Hex | EF | C5 | 5D | 0 | 12 | 3D | 6 | 2B | 52 | 41 |
| Octal | 357 | 305 | 135 | 0 | 22 | 75 | 6 | 53 | 122 | 101 |
| Binary | 11101111 | 11000101 | 1011101 | 0 | 10010 | 111101 | 110 | 101011 | 1010010 | 1000001 |
Color Harmonies of #EFC55D
Complementary color
Monochromatic Colors of #EFC55D
Black with #EFC55D
Text Example
Text Example
White with #EFC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC55D; }
p { color: rgb(239,197,93); }
H1.HeaderClassName
{
color: #EFC55D;
}
.AnyTagClassName
{
color: #EFC55D;
}
</style>
background-color css
<style>
a { background-color: #EFC55D; }
a { background-color: rgb(239,197,93); }
div.DivClassName
{
background-color: #EFC55D;
}
.BgClassName
{
background-color: #EFC55D;
}
</style>
border-color css
<style>
span { border-color: #EFC55D; }
span { border-color: rgb(239,197,93); }
td.TdClassName
{
border-color: #EFC55D;
}
.TagClassName
{
border-color: #EFC55D;
}
</style>