Shades of Cream Can #EAC051
Tints of Cream Can #EAC051
RGB
CMYK
RGB Variations
Color information
#EAC051 (or 0xEAC051) is known color: Cream Can. HEX triplet: EA, C0 and 51. RGB value is (234,192,81). Sum of RGB (Red+Green+Blue) = 234+192+81=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 81 (32.03% from 255 or 15.98% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC051 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC051 is #153FAE. Grayscale: #C0C0C0. Windows color (decimal): -1392559 or 5357802. OLE color: 5357802.
HSL color Cylindrical-coordinate representation of color #EAC051: hue angle of 43.53º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EAC051 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 192 | 81 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.08 |
| HSL | 43.53º | 0.78% | 0.62% | - |
| HSV(B) | 43.53º | 0.65% | 0.92% | - |
| XYZ | 54.27 | 55.79 | 15.69 | - |
| YUV | 191.9 | 65.41 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 192 | 81 | 0 | 0.18 | 0.65 | 0.08 | 43.53 | 0.78 | 0.62 |
| Hex | EA | C0 | 51 | 0 | 12 | 41 | 8 | 2C | 4E | 3E |
| Octal | 352 | 300 | 121 | 0 | 22 | 101 | 10 | 54 | 116 | 76 |
| Binary | 11101010 | 11000000 | 1010001 | 0 | 10010 | 1000001 | 1000 | 101100 | 1001110 | 111110 |
Color Harmonies of #EAC051
Complementary color
Monochromatic Colors of #EAC051
Black with #EAC051
Text Example
Text Example
White with #EAC051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC051; }
p { color: rgb(234,192,81); }
H1.HeaderClassName
{
color: #EAC051;
}
.AnyTagClassName
{
color: #EAC051;
}
</style>
background-color css
<style>
a { background-color: #EAC051; }
a { background-color: rgb(234,192,81); }
div.DivClassName
{
background-color: #EAC051;
}
.BgClassName
{
background-color: #EAC051;
}
</style>
border-color css
<style>
span { border-color: #EAC051; }
span { border-color: rgb(234,192,81); }
td.TdClassName
{
border-color: #EAC051;
}
.TagClassName
{
border-color: #EAC051;
}
</style>