Shades of Cream Can #EAC95A
Tints of Cream Can #EAC95A
RGB
CMYK
RGB Variations
Color information
#EAC95A (or 0xEAC95A) is known color: Cream Can. HEX triplet: EA, C9 and 5A. RGB value is (234,201,90). Sum of RGB (Red+Green+Blue) = 234+201+90=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC95A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC95A is #1536A5. Grayscale: #C6C6C6. Windows color (decimal): -1390246 or 5949930. OLE color: 5949930.
HSL color Cylindrical-coordinate representation of color #EAC95A: hue angle of 46.25º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAC95A is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 90 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.08 |
| HSL | 46.25º | 0.77% | 0.64% | - |
| HSV(B) | 46.25º | 0.62% | 0.92% | - |
| XYZ | 56.66 | 60 | 18.27 | - |
| YUV | 198.21 | 66.93 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 90 | 0 | 0.14 | 0.62 | 0.08 | 46.25 | 0.77 | 0.64 |
| Hex | EA | C9 | 5A | 0 | E | 3E | 8 | 2E | 4D | 40 |
| Octal | 352 | 311 | 132 | 0 | 16 | 76 | 10 | 56 | 115 | 100 |
| Binary | 11101010 | 11001001 | 1011010 | 0 | 1110 | 111110 | 1000 | 101110 | 1001101 | 1000000 |
Color Harmonies of #EAC95A
Complementary color
Monochromatic Colors of #EAC95A
Black with #EAC95A
Text Example
Text Example
White with #EAC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC95A; }
p { color: rgb(234,201,90); }
H1.HeaderClassName
{
color: #EAC95A;
}
.AnyTagClassName
{
color: #EAC95A;
}
</style>
background-color css
<style>
a { background-color: #EAC95A; }
a { background-color: rgb(234,201,90); }
div.DivClassName
{
background-color: #EAC95A;
}
.BgClassName
{
background-color: #EAC95A;
}
</style>
border-color css
<style>
span { border-color: #EAC95A; }
span { border-color: rgb(234,201,90); }
td.TdClassName
{
border-color: #EAC95A;
}
.TagClassName
{
border-color: #EAC95A;
}
</style>