Shades of Gold Tips #EAAE2D
Tints of Gold Tips #EAAE2D
RGB
CMYK
RGB Variations
Color information
#EAAE2D (or 0xEAAE2D) is known color: Gold Tips. HEX triplet: EA, AE and 2D. RGB value is (234,174,45). Sum of RGB (Red+Green+Blue) = 234+174+45=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 45 (17.97% from 255 or 9.93% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAE2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAE2D is #1551D2. Grayscale: #B1B1B1. Windows color (decimal): -1397203 or 2993898. OLE color: 2993898.
HSL color Cylindrical-coordinate representation of color #EAAE2D: hue angle of 40.95º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAAE2D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 174 | 45 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.08 |
| HSL | 40.95º | 0.82% | 0.55% | - |
| HSV(B) | 40.95º | 0.81% | 0.92% | - |
| XYZ | 49.54 | 47.95 | 9.13 | - |
| YUV | 177.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 174 | 45 | 0 | 0.26 | 0.81 | 0.08 | 40.95 | 0.82 | 0.55 |
| Hex | EA | AE | 2D | 0 | 1A | 51 | 8 | 29 | 52 | 37 |
| Octal | 352 | 256 | 55 | 0 | 32 | 121 | 10 | 51 | 122 | 67 |
| Binary | 11101010 | 10101110 | 101101 | 0 | 11010 | 1010001 | 1000 | 101001 | 1010010 | 110111 |
Color Harmonies of #EAAE2D
Complementary color
Monochromatic Colors of #EAAE2D
Black with #EAAE2D
Text Example
Text Example
White with #EAAE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAE2D; }
p { color: rgb(234,174,45); }
H1.HeaderClassName
{
color: #EAAE2D;
}
.AnyTagClassName
{
color: #EAAE2D;
}
</style>
background-color css
<style>
a { background-color: #EAAE2D; }
a { background-color: rgb(234,174,45); }
div.DivClassName
{
background-color: #EAAE2D;
}
.BgClassName
{
background-color: #EAAE2D;
}
</style>
border-color css
<style>
span { border-color: #EAAE2D; }
span { border-color: rgb(234,174,45); }
td.TdClassName
{
border-color: #EAAE2D;
}
.TagClassName
{
border-color: #EAAE2D;
}
</style>