Shades of Cream Can #EAC25C
Tints of Cream Can #EAC25C
RGB
CMYK
RGB Variations
Color information
#EAC25C (or 0xEAC25C) is known color: Cream Can. HEX triplet: EA, C2 and 5C. RGB value is (234,194,92). Sum of RGB (Red+Green+Blue) = 234+194+92=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC25C is #153DA3. Grayscale: #C2C2C2. Windows color (decimal): -1392036 or 6079210. OLE color: 6079210.
HSL color Cylindrical-coordinate representation of color #EAC25C: hue angle of 43.1º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAC25C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 92 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.08 |
| HSL | 43.1º | 0.77% | 0.64% | - |
| HSV(B) | 43.1º | 0.61% | 0.92% | - |
| XYZ | 55.16 | 56.85 | 18.19 | - |
| YUV | 194.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 92 | 0 | 0.17 | 0.61 | 0.08 | 43.1 | 0.77 | 0.64 |
| Hex | EA | C2 | 5C | 0 | 11 | 3D | 8 | 2B | 4D | 40 |
| Octal | 352 | 302 | 134 | 0 | 21 | 75 | 10 | 53 | 115 | 100 |
| Binary | 11101010 | 11000010 | 1011100 | 0 | 10001 | 111101 | 1000 | 101011 | 1001101 | 1000000 |
Color Harmonies of #EAC25C
Complementary color
Monochromatic Colors of #EAC25C
Black with #EAC25C
Text Example
Text Example
White with #EAC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC25C; }
p { color: rgb(234,194,92); }
H1.HeaderClassName
{
color: #EAC25C;
}
.AnyTagClassName
{
color: #EAC25C;
}
</style>
background-color css
<style>
a { background-color: #EAC25C; }
a { background-color: rgb(234,194,92); }
div.DivClassName
{
background-color: #EAC25C;
}
.BgClassName
{
background-color: #EAC25C;
}
</style>
border-color css
<style>
span { border-color: #EAC25C; }
span { border-color: rgb(234,194,92); }
td.TdClassName
{
border-color: #EAC25C;
}
.TagClassName
{
border-color: #EAC25C;
}
</style>