Shades of Cream Can #EAC753
Tints of Cream Can #EAC753
RGB
CMYK
RGB Variations
Color information
#EAC753 (or 0xEAC753) is known color: Cream Can. HEX triplet: EA, C7 and 53. RGB value is (234,199,83). Sum of RGB (Red+Green+Blue) = 234+199+83=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC753 is #1538AC. Grayscale: #C4C4C4. Windows color (decimal): -1390765 or 5490666. OLE color: 5490666.
HSL color Cylindrical-coordinate representation of color #EAC753: hue angle of 46.09º 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 #EAC753 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 83 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.08 |
| HSL | 46.09º | 0.78% | 0.62% | - |
| HSV(B) | 46.09º | 0.65% | 0.92% | - |
| XYZ | 55.92 | 58.96 | 16.62 | - |
| YUV | 196.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 83 | 0 | 0.15 | 0.65 | 0.08 | 46.09 | 0.78 | 0.62 |
| Hex | EA | C7 | 53 | 0 | F | 41 | 8 | 2E | 4E | 3E |
| Octal | 352 | 307 | 123 | 0 | 17 | 101 | 10 | 56 | 116 | 76 |
| Binary | 11101010 | 11000111 | 1010011 | 0 | 1111 | 1000001 | 1000 | 101110 | 1001110 | 111110 |
Color Harmonies of #EAC753
Complementary color
Monochromatic Colors of #EAC753
Black with #EAC753
Text Example
Text Example
White with #EAC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC753; }
p { color: rgb(234,199,83); }
H1.HeaderClassName
{
color: #EAC753;
}
.AnyTagClassName
{
color: #EAC753;
}
</style>
background-color css
<style>
a { background-color: #EAC753; }
a { background-color: rgb(234,199,83); }
div.DivClassName
{
background-color: #EAC753;
}
.BgClassName
{
background-color: #EAC753;
}
</style>
border-color css
<style>
span { border-color: #EAC753; }
span { border-color: rgb(234,199,83); }
td.TdClassName
{
border-color: #EAC753;
}
.TagClassName
{
border-color: #EAC753;
}
</style>