Shades of Cream Can #EAC65D
Tints of Cream Can #EAC65D
RGB
CMYK
RGB Variations
Color information
#EAC65D (or 0xEAC65D) is known color: Cream Can. HEX triplet: EA, C6 and 5D. RGB value is (234,198,93). Sum of RGB (Red+Green+Blue) = 234+198+93=525 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.57% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 93 (36.72% from 255 or 17.71% from 525); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC65D is #1539A2. Grayscale: #C5C5C5. Windows color (decimal): -1391011 or 6145770. OLE color: 6145770.
HSL color Cylindrical-coordinate representation of color #EAC65D: hue angle of 44.68º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAC65D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 93 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.08 |
| HSL | 44.68º | 0.77% | 0.64% | - |
| HSV(B) | 44.68º | 0.6% | 0.92% | - |
| XYZ | 56.1 | 58.67 | 18.72 | - |
| YUV | 196.79 | 69.43 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 93 | 0 | 0.15 | 0.60 | 0.08 | 44.68 | 0.77 | 0.64 |
| Hex | EA | C6 | 5D | 0 | F | 3C | 8 | 2D | 4D | 40 |
| Octal | 352 | 306 | 135 | 0 | 17 | 74 | 10 | 55 | 115 | 100 |
| Binary | 11101010 | 11000110 | 1011101 | 0 | 1111 | 111100 | 1000 | 101101 | 1001101 | 1000000 |
Color Harmonies of #EAC65D
Complementary color
Monochromatic Colors of #EAC65D
Black with #EAC65D
Text Example
Text Example
White with #EAC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC65D; }
p { color: rgb(234,198,93); }
H1.HeaderClassName
{
color: #EAC65D;
}
.AnyTagClassName
{
color: #EAC65D;
}
</style>
background-color css
<style>
a { background-color: #EAC65D; }
a { background-color: rgb(234,198,93); }
div.DivClassName
{
background-color: #EAC65D;
}
.BgClassName
{
background-color: #EAC65D;
}
</style>
border-color css
<style>
span { border-color: #EAC65D; }
span { border-color: rgb(234,198,93); }
td.TdClassName
{
border-color: #EAC65D;
}
.TagClassName
{
border-color: #EAC65D;
}
</style>