Shades of Cream Can #EFC75B
Tints of Cream Can #EFC75B
RGB
CMYK
RGB Variations
Color information
#EFC75B (or 0xEFC75B) is known color: Cream Can. HEX triplet: EF, C7 and 5B. RGB value is (239,199,91). Sum of RGB (Red+Green+Blue) = 239+199+91=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC75B is #1038A4. Grayscale: #C7C7C7. Windows color (decimal): -1063077 or 6014959. OLE color: 6014959.
HSL color Cylindrical-coordinate representation of color #EFC75B: hue angle of 43.78º 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 #EFC75B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 91 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.06 |
| HSL | 43.78º | 0.82% | 0.65% | - |
| HSV(B) | 43.78º | 0.62% | 0.94% | - |
| XYZ | 57.91 | 59.95 | 18.42 | - |
| YUV | 198.65 | 67.25 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 91 | 0 | 0.17 | 0.62 | 0.06 | 43.78 | 0.82 | 0.65 |
| Hex | EF | C7 | 5B | 0 | 11 | 3E | 6 | 2C | 52 | 41 |
| Octal | 357 | 307 | 133 | 0 | 21 | 76 | 6 | 54 | 122 | 101 |
| Binary | 11101111 | 11000111 | 1011011 | 0 | 10001 | 111110 | 110 | 101100 | 1010010 | 1000001 |
Color Harmonies of #EFC75B
Complementary color
Monochromatic Colors of #EFC75B
Black with #EFC75B
Text Example
Text Example
White with #EFC75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC75B; }
p { color: rgb(239,199,91); }
H1.HeaderClassName
{
color: #EFC75B;
}
.AnyTagClassName
{
color: #EFC75B;
}
</style>
background-color css
<style>
a { background-color: #EFC75B; }
a { background-color: rgb(239,199,91); }
div.DivClassName
{
background-color: #EFC75B;
}
.BgClassName
{
background-color: #EFC75B;
}
</style>
border-color css
<style>
span { border-color: #EFC75B; }
span { border-color: rgb(239,199,91); }
td.TdClassName
{
border-color: #EFC75B;
}
.TagClassName
{
border-color: #EFC75B;
}
</style>