Shades of Cream Can #EABF5C
Tints of Cream Can #EABF5C
RGB
CMYK
RGB Variations
Color information
#EABF5C (or 0xEABF5C) is known color: Cream Can. HEX triplet: EA, BF and 5C. RGB value is (234,191,92). Sum of RGB (Red+Green+Blue) = 234+191+92=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EABF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABF5C is #1540A3. Grayscale: #C1C1C1. Windows color (decimal): -1392804 or 6078442. OLE color: 6078442.
HSL color Cylindrical-coordinate representation of color #EABF5C: hue angle of 41.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EABF5C is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 92 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.08 |
| HSL | 41.83º | 0.77% | 0.64% | - |
| HSV(B) | 41.83º | 0.61% | 0.92% | - |
| XYZ | 54.49 | 55.53 | 17.97 | - |
| YUV | 192.57 | 71.25 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 92 | 0 | 0.18 | 0.61 | 0.08 | 41.83 | 0.77 | 0.64 |
| Hex | EA | BF | 5C | 0 | 12 | 3D | 8 | 2A | 4D | 40 |
| Octal | 352 | 277 | 134 | 0 | 22 | 75 | 10 | 52 | 115 | 100 |
| Binary | 11101010 | 10111111 | 1011100 | 0 | 10010 | 111101 | 1000 | 101010 | 1001101 | 1000000 |
Color Harmonies of #EABF5C
Complementary color
Monochromatic Colors of #EABF5C
Black with #EABF5C
Text Example
Text Example
White with #EABF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABF5C; }
p { color: rgb(234,191,92); }
H1.HeaderClassName
{
color: #EABF5C;
}
.AnyTagClassName
{
color: #EABF5C;
}
</style>
background-color css
<style>
a { background-color: #EABF5C; }
a { background-color: rgb(234,191,92); }
div.DivClassName
{
background-color: #EABF5C;
}
.BgClassName
{
background-color: #EABF5C;
}
</style>
border-color css
<style>
span { border-color: #EABF5C; }
span { border-color: rgb(234,191,92); }
td.TdClassName
{
border-color: #EABF5C;
}
.TagClassName
{
border-color: #EABF5C;
}
</style>