Shades of Cream Can #EAC45B
Tints of Cream Can #EAC45B
RGB
CMYK
RGB Variations
Color information
#EAC45B (or 0xEAC45B) is known color: Cream Can. HEX triplet: EA, C4 and 5B. RGB value is (234,196,91). Sum of RGB (Red+Green+Blue) = 234+196+91=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC45B is #153BA4. Grayscale: #C3C3C3. Windows color (decimal): -1391525 or 6014186. OLE color: 6014186.
HSL color Cylindrical-coordinate representation of color #EAC45B: hue angle of 44.06º 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 #EAC45B is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 91 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.08 |
| HSL | 44.06º | 0.77% | 0.64% | - |
| HSV(B) | 44.06º | 0.61% | 0.92% | - |
| XYZ | 55.56 | 57.73 | 18.11 | - |
| YUV | 195.39 | 69.09 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 91 | 0 | 0.16 | 0.61 | 0.08 | 44.06 | 0.77 | 0.64 |
| Hex | EA | C4 | 5B | 0 | 10 | 3D | 8 | 2C | 4D | 40 |
| Octal | 352 | 304 | 133 | 0 | 20 | 75 | 10 | 54 | 115 | 100 |
| Binary | 11101010 | 11000100 | 1011011 | 0 | 10000 | 111101 | 1000 | 101100 | 1001101 | 1000000 |
Color Harmonies of #EAC45B
Complementary color
Monochromatic Colors of #EAC45B
Black with #EAC45B
Text Example
Text Example
White with #EAC45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC45B; }
p { color: rgb(234,196,91); }
H1.HeaderClassName
{
color: #EAC45B;
}
.AnyTagClassName
{
color: #EAC45B;
}
</style>
background-color css
<style>
a { background-color: #EAC45B; }
a { background-color: rgb(234,196,91); }
div.DivClassName
{
background-color: #EAC45B;
}
.BgClassName
{
background-color: #EAC45B;
}
</style>
border-color css
<style>
span { border-color: #EAC45B; }
span { border-color: rgb(234,196,91); }
td.TdClassName
{
border-color: #EAC45B;
}
.TagClassName
{
border-color: #EAC45B;
}
</style>