Shades of Gold Tips #EAB41D
Tints of Gold Tips #EAB41D
RGB
CMYK
RGB Variations
Color information
#EAB41D (or 0xEAB41D) is known color: Gold Tips. HEX triplet: EA, B4 and 1D. RGB value is (234,180,29). Sum of RGB (Red+Green+Blue) = 234+180+29=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB41D is #154BE2. Grayscale: #B3B3B3. Windows color (decimal): -1395683 or 1946858. OLE color: 1946858.
HSL color Cylindrical-coordinate representation of color #EAB41D: hue angle of 44.2º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAB41D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 29 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.08 |
| HSL | 44.2º | 0.83% | 0.52% | - |
| HSV(B) | 44.2º | 0.88% | 0.92% | - |
| XYZ | 50.47 | 50.22 | 8.2 | - |
| YUV | 178.93 | 43.39 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 29 | 0 | 0.23 | 0.88 | 0.08 | 44.2 | 0.83 | 0.52 |
| Hex | EA | B4 | 1D | 0 | 17 | 58 | 8 | 2C | 53 | 34 |
| Octal | 352 | 264 | 35 | 0 | 27 | 130 | 10 | 54 | 123 | 64 |
| Binary | 11101010 | 10110100 | 11101 | 0 | 10111 | 1011000 | 1000 | 101100 | 1010011 | 110100 |
Color Harmonies of #EAB41D
Complementary color
Monochromatic Colors of #EAB41D
Black with #EAB41D
Text Example
Text Example
White with #EAB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB41D; }
p { color: rgb(234,180,29); }
H1.HeaderClassName
{
color: #EAB41D;
}
.AnyTagClassName
{
color: #EAB41D;
}
</style>
background-color css
<style>
a { background-color: #EAB41D; }
a { background-color: rgb(234,180,29); }
div.DivClassName
{
background-color: #EAB41D;
}
.BgClassName
{
background-color: #EAB41D;
}
</style>
border-color css
<style>
span { border-color: #EAB41D; }
span { border-color: rgb(234,180,29); }
td.TdClassName
{
border-color: #EAB41D;
}
.TagClassName
{
border-color: #EAB41D;
}
</style>