Shades of Gold Tips #EEAD2D
Tints of Gold Tips #EEAD2D
RGB
CMYK
RGB Variations
Color information
#EEAD2D (or 0xEEAD2D) is known color: Gold Tips. HEX triplet: EE, AD and 2D. RGB value is (238,173,45). Sum of RGB (Red+Green+Blue) = 238+173+45=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD2D is #1152D2. Grayscale: #B2B2B2. Windows color (decimal): -1135315 or 2993646. OLE color: 2993646.
HSL color Cylindrical-coordinate representation of color #EEAD2D: hue angle of 39.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEAD2D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 45 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.07 |
| HSL | 39.79º | 0.85% | 0.55% | - |
| HSV(B) | 39.79º | 0.81% | 0.93% | - |
| XYZ | 50.68 | 48.25 | 9.13 | - |
| YUV | 177.84 | 53.03 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 45 | 0 | 0.27 | 0.81 | 0.07 | 39.79 | 0.85 | 0.55 |
| Hex | EE | AD | 2D | 0 | 1B | 51 | 7 | 28 | 55 | 37 |
| Octal | 356 | 255 | 55 | 0 | 33 | 121 | 7 | 50 | 125 | 67 |
| Binary | 11101110 | 10101101 | 101101 | 0 | 11011 | 1010001 | 111 | 101000 | 1010101 | 110111 |
Color Harmonies of #EEAD2D
Complementary color
Monochromatic Colors of #EEAD2D
Black with #EEAD2D
Text Example
Text Example
White with #EEAD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD2D; }
p { color: rgb(238,173,45); }
H1.HeaderClassName
{
color: #EEAD2D;
}
.AnyTagClassName
{
color: #EEAD2D;
}
</style>
background-color css
<style>
a { background-color: #EEAD2D; }
a { background-color: rgb(238,173,45); }
div.DivClassName
{
background-color: #EEAD2D;
}
.BgClassName
{
background-color: #EEAD2D;
}
</style>
border-color css
<style>
span { border-color: #EEAD2D; }
span { border-color: rgb(238,173,45); }
td.TdClassName
{
border-color: #EEAD2D;
}
.TagClassName
{
border-color: #EEAD2D;
}
</style>