Shades of Cream Can #EAC25B
Tints of Cream Can #EAC25B
RGB
CMYK
RGB Variations
Color information
#EAC25B (or 0xEAC25B) is known color: Cream Can. HEX triplet: EA, C2 and 5B. RGB value is (234,194,91). Sum of RGB (Red+Green+Blue) = 234+194+91=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC25B is #153DA4. Grayscale: #C2C2C2. Windows color (decimal): -1392037 or 6013674. OLE color: 6013674.
HSL color Cylindrical-coordinate representation of color #EAC25B: hue angle of 43.22º 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 #EAC25B is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 91 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.08 |
| HSL | 43.22º | 0.77% | 0.64% | - |
| HSV(B) | 43.22º | 0.61% | 0.92% | - |
| XYZ | 55.11 | 56.83 | 17.96 | - |
| YUV | 194.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 91 | 0 | 0.17 | 0.61 | 0.08 | 43.22 | 0.77 | 0.64 |
| Hex | EA | C2 | 5B | 0 | 11 | 3D | 8 | 2B | 4D | 40 |
| Octal | 352 | 302 | 133 | 0 | 21 | 75 | 10 | 53 | 115 | 100 |
| Binary | 11101010 | 11000010 | 1011011 | 0 | 10001 | 111101 | 1000 | 101011 | 1001101 | 1000000 |
Color Harmonies of #EAC25B
Complementary color
Monochromatic Colors of #EAC25B
Black with #EAC25B
Text Example
Text Example
White with #EAC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC25B; }
p { color: rgb(234,194,91); }
H1.HeaderClassName
{
color: #EAC25B;
}
.AnyTagClassName
{
color: #EAC25B;
}
</style>
background-color css
<style>
a { background-color: #EAC25B; }
a { background-color: rgb(234,194,91); }
div.DivClassName
{
background-color: #EAC25B;
}
.BgClassName
{
background-color: #EAC25B;
}
</style>
border-color css
<style>
span { border-color: #EAC25B; }
span { border-color: rgb(234,194,91); }
td.TdClassName
{
border-color: #EAC25B;
}
.TagClassName
{
border-color: #EAC25B;
}
</style>