Shades of Cream Can #EAC34B
Tints of Cream Can #EAC34B
RGB
CMYK
RGB Variations
Color information
#EAC34B (or 0xEAC34B) is known color: Cream Can. HEX triplet: EA, C3 and 4B. RGB value is (234,195,75). Sum of RGB (Red+Green+Blue) = 234+195+75=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC34B is #153CB4. Grayscale: #C1C1C1. Windows color (decimal): -1391797 or 4965354. OLE color: 4965354.
HSL color Cylindrical-coordinate representation of color #EAC34B: hue angle of 45.28º 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 #EAC34B is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 75 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.08 |
| HSL | 45.28º | 0.79% | 0.61% | - |
| HSV(B) | 45.28º | 0.68% | 0.92% | - |
| XYZ | 54.72 | 57.03 | 14.78 | - |
| YUV | 192.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 75 | 0 | 0.17 | 0.68 | 0.08 | 45.28 | 0.79 | 0.61 |
| Hex | EA | C3 | 4B | 0 | 11 | 44 | 8 | 2D | 4F | 3D |
| Octal | 352 | 303 | 113 | 0 | 21 | 104 | 10 | 55 | 117 | 75 |
| Binary | 11101010 | 11000011 | 1001011 | 0 | 10001 | 1000100 | 1000 | 101101 | 1001111 | 111101 |
Color Harmonies of #EAC34B
Complementary color
Monochromatic Colors of #EAC34B
Black with #EAC34B
Text Example
Text Example
White with #EAC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC34B; }
p { color: rgb(234,195,75); }
H1.HeaderClassName
{
color: #EAC34B;
}
.AnyTagClassName
{
color: #EAC34B;
}
</style>
background-color css
<style>
a { background-color: #EAC34B; }
a { background-color: rgb(234,195,75); }
div.DivClassName
{
background-color: #EAC34B;
}
.BgClassName
{
background-color: #EAC34B;
}
</style>
border-color css
<style>
span { border-color: #EAC34B; }
span { border-color: rgb(234,195,75); }
td.TdClassName
{
border-color: #EAC34B;
}
.TagClassName
{
border-color: #EAC34B;
}
</style>