Shades of Cream Can #EAC654
Tints of Cream Can #EAC654
RGB
CMYK
RGB Variations
Color information
#EAC654 (or 0xEAC654) is known color: Cream Can. HEX triplet: EA, C6 and 54. RGB value is (234,198,84). Sum of RGB (Red+Green+Blue) = 234+198+84=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC654 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC654 is #1539AB. Grayscale: #C4C4C4. Windows color (decimal): -1391020 or 5555946. OLE color: 5555946.
HSL color Cylindrical-coordinate representation of color #EAC654: hue angle of 45.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAC654 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 84 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.08 |
| HSL | 45.6º | 0.78% | 0.62% | - |
| HSV(B) | 45.6º | 0.64% | 0.92% | - |
| XYZ | 55.73 | 58.52 | 16.75 | - |
| YUV | 195.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 84 | 0 | 0.15 | 0.64 | 0.08 | 45.6 | 0.78 | 0.62 |
| Hex | EA | C6 | 54 | 0 | F | 40 | 8 | 2E | 4E | 3E |
| Octal | 352 | 306 | 124 | 0 | 17 | 100 | 10 | 56 | 116 | 76 |
| Binary | 11101010 | 11000110 | 1010100 | 0 | 1111 | 1000000 | 1000 | 101110 | 1001110 | 111110 |
Color Harmonies of #EAC654
Complementary color
Monochromatic Colors of #EAC654
Black with #EAC654
Text Example
Text Example
White with #EAC654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC654; }
p { color: rgb(234,198,84); }
H1.HeaderClassName
{
color: #EAC654;
}
.AnyTagClassName
{
color: #EAC654;
}
</style>
background-color css
<style>
a { background-color: #EAC654; }
a { background-color: rgb(234,198,84); }
div.DivClassName
{
background-color: #EAC654;
}
.BgClassName
{
background-color: #EAC654;
}
</style>
border-color css
<style>
span { border-color: #EAC654; }
span { border-color: rgb(234,198,84); }
td.TdClassName
{
border-color: #EAC654;
}
.TagClassName
{
border-color: #EAC654;
}
</style>