Shades of Cream Can #EAC75A
Tints of Cream Can #EAC75A
RGB
CMYK
RGB Variations
Color information
#EAC75A (or 0xEAC75A) is known color: Cream Can. HEX triplet: EA, C7 and 5A. RGB value is (234,199,90). Sum of RGB (Red+Green+Blue) = 234+199+90=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC75A is #1538A5. Grayscale: #C5C5C5. Windows color (decimal): -1390758 or 5949418. OLE color: 5949418.
HSL color Cylindrical-coordinate representation of color #EAC75A: hue angle of 45.42º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAC75A is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 90 | - |
| CMYK | 0 | 0.15 | 0.62 | 0.08 |
| HSL | 45.42º | 0.77% | 0.64% | - |
| HSV(B) | 45.42º | 0.62% | 0.92% | - |
| XYZ | 56.2 | 59.08 | 18.11 | - |
| YUV | 197.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 90 | 0 | 0.15 | 0.62 | 0.08 | 45.42 | 0.77 | 0.64 |
| Hex | EA | C7 | 5A | 0 | F | 3E | 8 | 2D | 4D | 40 |
| Octal | 352 | 307 | 132 | 0 | 17 | 76 | 10 | 55 | 115 | 100 |
| Binary | 11101010 | 11000111 | 1011010 | 0 | 1111 | 111110 | 1000 | 101101 | 1001101 | 1000000 |
Color Harmonies of #EAC75A
Complementary color
Monochromatic Colors of #EAC75A
Black with #EAC75A
Text Example
Text Example
White with #EAC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC75A; }
p { color: rgb(234,199,90); }
H1.HeaderClassName
{
color: #EAC75A;
}
.AnyTagClassName
{
color: #EAC75A;
}
</style>
background-color css
<style>
a { background-color: #EAC75A; }
a { background-color: rgb(234,199,90); }
div.DivClassName
{
background-color: #EAC75A;
}
.BgClassName
{
background-color: #EAC75A;
}
</style>
border-color css
<style>
span { border-color: #EAC75A; }
span { border-color: rgb(234,199,90); }
td.TdClassName
{
border-color: #EAC75A;
}
.TagClassName
{
border-color: #EAC75A;
}
</style>