Shades of Cream Can #EABC4D
Tints of Cream Can #EABC4D
RGB
CMYK
RGB Variations
Color information
#EABC4D (or 0xEABC4D) is known color: Cream Can. HEX triplet: EA, BC and 4D. RGB value is (234,188,77). Sum of RGB (Red+Green+Blue) = 234+188+77=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 77 (30.47% from 255 or 15.43% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EABC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABC4D is #1543B2. Grayscale: #BDBDBD. Windows color (decimal): -1393587 or 5094634. OLE color: 5094634.
HSL color Cylindrical-coordinate representation of color #EABC4D: hue angle of 42.42º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EABC4D is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 77 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.08 |
| HSL | 42.42º | 0.79% | 0.61% | - |
| HSV(B) | 42.42º | 0.67% | 0.92% | - |
| XYZ | 53.25 | 53.99 | 14.64 | - |
| YUV | 189.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 77 | 0 | 0.20 | 0.67 | 0.08 | 42.42 | 0.79 | 0.61 |
| Hex | EA | BC | 4D | 0 | 14 | 43 | 8 | 2A | 4F | 3D |
| Octal | 352 | 274 | 115 | 0 | 24 | 103 | 10 | 52 | 117 | 75 |
| Binary | 11101010 | 10111100 | 1001101 | 0 | 10100 | 1000011 | 1000 | 101010 | 1001111 | 111101 |
Color Harmonies of #EABC4D
Complementary color
Monochromatic Colors of #EABC4D
Black with #EABC4D
Text Example
Text Example
White with #EABC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABC4D; }
p { color: rgb(234,188,77); }
H1.HeaderClassName
{
color: #EABC4D;
}
.AnyTagClassName
{
color: #EABC4D;
}
</style>
background-color css
<style>
a { background-color: #EABC4D; }
a { background-color: rgb(234,188,77); }
div.DivClassName
{
background-color: #EABC4D;
}
.BgClassName
{
background-color: #EABC4D;
}
</style>
border-color css
<style>
span { border-color: #EABC4D; }
span { border-color: rgb(234,188,77); }
td.TdClassName
{
border-color: #EABC4D;
}
.TagClassName
{
border-color: #EABC4D;
}
</style>