Shades of Gold Tips #EAAA28
Tints of Gold Tips #EAAA28
RGB
CMYK
RGB Variations
Color information
#EAAA28 (or 0xEAAA28) is known color: Gold Tips. HEX triplet: EA, AA and 28. RGB value is (234,170,40). Sum of RGB (Red+Green+Blue) = 234+170+40=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 170 (66.80% from 255 or 38.29% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAA28 is #1555D7. Grayscale: #AEAEAE. Windows color (decimal): -1398232 or 2665194. OLE color: 2665194.
HSL color Cylindrical-coordinate representation of color #EAAA28: hue angle of 40.21º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAAA28 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 40 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.08 |
| HSL | 40.21º | 0.82% | 0.54% | - |
| HSV(B) | 40.21º | 0.83% | 0.92% | - |
| XYZ | 48.69 | 46.4 | 8.4 | - |
| YUV | 174.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 40 | 0 | 0.27 | 0.83 | 0.08 | 40.21 | 0.82 | 0.54 |
| Hex | EA | AA | 28 | 0 | 1B | 53 | 8 | 28 | 52 | 36 |
| Octal | 352 | 252 | 50 | 0 | 33 | 123 | 10 | 50 | 122 | 66 |
| Binary | 11101010 | 10101010 | 101000 | 0 | 11011 | 1010011 | 1000 | 101000 | 1010010 | 110110 |
Color Harmonies of #EAAA28
Complementary color
Monochromatic Colors of #EAAA28
Black with #EAAA28
Text Example
Text Example
White with #EAAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA28; }
p { color: rgb(234,170,40); }
H1.HeaderClassName
{
color: #EAAA28;
}
.AnyTagClassName
{
color: #EAAA28;
}
</style>
background-color css
<style>
a { background-color: #EAAA28; }
a { background-color: rgb(234,170,40); }
div.DivClassName
{
background-color: #EAAA28;
}
.BgClassName
{
background-color: #EAAA28;
}
</style>
border-color css
<style>
span { border-color: #EAAA28; }
span { border-color: rgb(234,170,40); }
td.TdClassName
{
border-color: #EAAA28;
}
.TagClassName
{
border-color: #EAAA28;
}
</style>