Shades of Cream Can #EFC55A
Tints of Cream Can #EFC55A
RGB
CMYK
RGB Variations
Color information
#EFC55A (or 0xEFC55A) is known color: Cream Can. HEX triplet: EF, C5 and 5A. RGB value is (239,197,90). Sum of RGB (Red+Green+Blue) = 239+197+90=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 90 (35.55% from 255 or 17.11% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC55A is #103AA5. Grayscale: #C5C5C5. Windows color (decimal): -1063590 or 5948911. OLE color: 5948911.
HSL color Cylindrical-coordinate representation of color #EFC55A: hue angle of 43.09º 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 #EFC55A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 90 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.06 |
| HSL | 43.09º | 0.82% | 0.65% | - |
| HSV(B) | 43.09º | 0.62% | 0.94% | - |
| XYZ | 57.41 | 59.02 | 18.04 | - |
| YUV | 197.36 | 67.41 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 90 | 0 | 0.18 | 0.62 | 0.06 | 43.09 | 0.82 | 0.65 |
| Hex | EF | C5 | 5A | 0 | 12 | 3E | 6 | 2B | 52 | 41 |
| Octal | 357 | 305 | 132 | 0 | 22 | 76 | 6 | 53 | 122 | 101 |
| Binary | 11101111 | 11000101 | 1011010 | 0 | 10010 | 111110 | 110 | 101011 | 1010010 | 1000001 |
Color Harmonies of #EFC55A
Complementary color
Monochromatic Colors of #EFC55A
Black with #EFC55A
Text Example
Text Example
White with #EFC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC55A; }
p { color: rgb(239,197,90); }
H1.HeaderClassName
{
color: #EFC55A;
}
.AnyTagClassName
{
color: #EFC55A;
}
</style>
background-color css
<style>
a { background-color: #EFC55A; }
a { background-color: rgb(239,197,90); }
div.DivClassName
{
background-color: #EFC55A;
}
.BgClassName
{
background-color: #EFC55A;
}
</style>
border-color css
<style>
span { border-color: #EFC55A; }
span { border-color: rgb(239,197,90); }
td.TdClassName
{
border-color: #EFC55A;
}
.TagClassName
{
border-color: #EFC55A;
}
</style>