Shades of Cream Can #EAC34C
Tints of Cream Can #EAC34C
RGB
CMYK
RGB Variations
Color information
#EAC34C (or 0xEAC34C) is known color: Cream Can. HEX triplet: EA, C3 and 4C. RGB value is (234,195,76). Sum of RGB (Red+Green+Blue) = 234+195+76=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 76 (30.08% from 255 or 15.05% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC34C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC34C is #153CB3. Grayscale: #C1C1C1. Windows color (decimal): -1391796 or 5030890. OLE color: 5030890.
HSL color Cylindrical-coordinate representation of color #EAC34C: hue angle of 45.19º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAC34C is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 76 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.08 |
| HSL | 45.19º | 0.79% | 0.61% | - |
| HSV(B) | 45.19º | 0.68% | 0.92% | - |
| XYZ | 54.75 | 57.04 | 14.96 | - |
| YUV | 193.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 76 | 0 | 0.17 | 0.68 | 0.08 | 45.19 | 0.79 | 0.61 |
| Hex | EA | C3 | 4C | 0 | 11 | 44 | 8 | 2D | 4F | 3D |
| Octal | 352 | 303 | 114 | 0 | 21 | 104 | 10 | 55 | 117 | 75 |
| Binary | 11101010 | 11000011 | 1001100 | 0 | 10001 | 1000100 | 1000 | 101101 | 1001111 | 111101 |
Color Harmonies of #EAC34C
Complementary color
Monochromatic Colors of #EAC34C
Black with #EAC34C
Text Example
Text Example
White with #EAC34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC34C; }
p { color: rgb(234,195,76); }
H1.HeaderClassName
{
color: #EAC34C;
}
.AnyTagClassName
{
color: #EAC34C;
}
</style>
background-color css
<style>
a { background-color: #EAC34C; }
a { background-color: rgb(234,195,76); }
div.DivClassName
{
background-color: #EAC34C;
}
.BgClassName
{
background-color: #EAC34C;
}
</style>
border-color css
<style>
span { border-color: #EAC34C; }
span { border-color: rgb(234,195,76); }
td.TdClassName
{
border-color: #EAC34C;
}
.TagClassName
{
border-color: #EAC34C;
}
</style>