Shades of Cream Can #EAC150
Tints of Cream Can #EAC150
RGB
CMYK
RGB Variations
Color information
#EAC150 (or 0xEAC150) is known color: Cream Can. HEX triplet: EA, C1 and 50. RGB value is (234,193,80). Sum of RGB (Red+Green+Blue) = 234+193+80=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC150 is #153EAF. Grayscale: #C0C0C0. Windows color (decimal): -1392304 or 5292522. OLE color: 5292522.
HSL color Cylindrical-coordinate representation of color #EAC150: hue angle of 44.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAC150 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 193 | 80 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.08 |
| HSL | 44.03º | 0.79% | 0.62% | - |
| HSV(B) | 44.03º | 0.66% | 0.92% | - |
| XYZ | 54.45 | 56.21 | 15.57 | - |
| YUV | 192.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 193 | 80 | 0 | 0.18 | 0.66 | 0.08 | 44.03 | 0.79 | 0.62 |
| Hex | EA | C1 | 50 | 0 | 12 | 42 | 8 | 2C | 4F | 3E |
| Octal | 352 | 301 | 120 | 0 | 22 | 102 | 10 | 54 | 117 | 76 |
| Binary | 11101010 | 11000001 | 1010000 | 0 | 10010 | 1000010 | 1000 | 101100 | 1001111 | 111110 |
Color Harmonies of #EAC150
Complementary color
Monochromatic Colors of #EAC150
Black with #EAC150
Text Example
Text Example
White with #EAC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC150; }
p { color: rgb(234,193,80); }
H1.HeaderClassName
{
color: #EAC150;
}
.AnyTagClassName
{
color: #EAC150;
}
</style>
background-color css
<style>
a { background-color: #EAC150; }
a { background-color: rgb(234,193,80); }
div.DivClassName
{
background-color: #EAC150;
}
.BgClassName
{
background-color: #EAC150;
}
</style>
border-color css
<style>
span { border-color: #EAC150; }
span { border-color: rgb(234,193,80); }
td.TdClassName
{
border-color: #EAC150;
}
.TagClassName
{
border-color: #EAC150;
}
</style>