Shades of Cream Can #EABD4D
Tints of Cream Can #EABD4D
RGB
CMYK
RGB Variations
Color information
#EABD4D (or 0xEABD4D) is known color: Cream Can. HEX triplet: EA, BD and 4D. RGB value is (234,189,77). Sum of RGB (Red+Green+Blue) = 234+189+77=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EABD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EABD4D is #1542B2. Grayscale: #BEBEBE. Windows color (decimal): -1393331 or 5094890. OLE color: 5094890.
HSL color Cylindrical-coordinate representation of color #EABD4D: hue angle of 42.8º 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 #EABD4D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 77 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.08 |
| HSL | 42.8º | 0.79% | 0.61% | - |
| HSV(B) | 42.8º | 0.67% | 0.92% | - |
| XYZ | 53.47 | 54.42 | 14.71 | - |
| YUV | 189.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 77 | 0 | 0.19 | 0.67 | 0.08 | 42.8 | 0.79 | 0.61 |
| Hex | EA | BD | 4D | 0 | 13 | 43 | 8 | 2B | 4F | 3D |
| Octal | 352 | 275 | 115 | 0 | 23 | 103 | 10 | 53 | 117 | 75 |
| Binary | 11101010 | 10111101 | 1001101 | 0 | 10011 | 1000011 | 1000 | 101011 | 1001111 | 111101 |
Color Harmonies of #EABD4D
Complementary color
Monochromatic Colors of #EABD4D
Black with #EABD4D
Text Example
Text Example
White with #EABD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABD4D; }
p { color: rgb(234,189,77); }
H1.HeaderClassName
{
color: #EABD4D;
}
.AnyTagClassName
{
color: #EABD4D;
}
</style>
background-color css
<style>
a { background-color: #EABD4D; }
a { background-color: rgb(234,189,77); }
div.DivClassName
{
background-color: #EABD4D;
}
.BgClassName
{
background-color: #EABD4D;
}
</style>
border-color css
<style>
span { border-color: #EABD4D; }
span { border-color: rgb(234,189,77); }
td.TdClassName
{
border-color: #EABD4D;
}
.TagClassName
{
border-color: #EABD4D;
}
</style>