Shades of Cream Can #EAC151
Tints of Cream Can #EAC151
RGB
CMYK
RGB Variations
Color information
#EAC151 (or 0xEAC151) is known color: Cream Can. HEX triplet: EA, C1 and 51. RGB value is (234,193,81). Sum of RGB (Red+Green+Blue) = 234+193+81=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 81 (32.03% from 255 or 15.94% from 508); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC151 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC151 is #153EAE. Grayscale: #C0C0C0. Windows color (decimal): -1392303 or 5358058. OLE color: 5358058.
HSL color Cylindrical-coordinate representation of color #EAC151: hue angle of 43.92º 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 #EAC151 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 81 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.08 |
| HSL | 43.92º | 0.78% | 0.62% | - |
| HSV(B) | 43.92º | 0.65% | 0.92% | - |
| XYZ | 54.49 | 56.23 | 15.77 | - |
| YUV | 192.49 | 65.08 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 81 | 0 | 0.18 | 0.65 | 0.08 | 43.92 | 0.78 | 0.62 |
| Hex | EA | C1 | 51 | 0 | 12 | 41 | 8 | 2C | 4E | 3E |
| Octal | 352 | 301 | 121 | 0 | 22 | 101 | 10 | 54 | 116 | 76 |
| Binary | 11101010 | 11000001 | 1010001 | 0 | 10010 | 1000001 | 1000 | 101100 | 1001110 | 111110 |
Color Harmonies of #EAC151
Complementary color
Monochromatic Colors of #EAC151
Black with #EAC151
Text Example
Text Example
White with #EAC151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC151; }
p { color: rgb(234,193,81); }
H1.HeaderClassName
{
color: #EAC151;
}
.AnyTagClassName
{
color: #EAC151;
}
</style>
background-color css
<style>
a { background-color: #EAC151; }
a { background-color: rgb(234,193,81); }
div.DivClassName
{
background-color: #EAC151;
}
.BgClassName
{
background-color: #EAC151;
}
</style>
border-color css
<style>
span { border-color: #EAC151; }
span { border-color: rgb(234,193,81); }
td.TdClassName
{
border-color: #EAC151;
}
.TagClassName
{
border-color: #EAC151;
}
</style>