Shades of Gold Tips #EEAD2A
Tints of Gold Tips #EEAD2A
RGB
CMYK
RGB Variations
Color information
#EEAD2A (or 0xEEAD2A) is known color: Gold Tips. HEX triplet: EE, AD and 2A. RGB value is (238,173,42). Sum of RGB (Red+Green+Blue) = 238+173+42=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD2A is #1152D5. Grayscale: #B2B2B2. Windows color (decimal): -1135318 or 2797038. OLE color: 2797038.
HSL color Cylindrical-coordinate representation of color #EEAD2A: hue angle of 40.1º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEAD2A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 42 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.07 |
| HSL | 40.1º | 0.85% | 0.55% | - |
| HSV(B) | 40.1º | 0.82% | 0.93% | - |
| XYZ | 50.62 | 48.23 | 8.83 | - |
| YUV | 177.5 | 51.53 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 42 | 0 | 0.27 | 0.82 | 0.07 | 40.1 | 0.85 | 0.55 |
| Hex | EE | AD | 2A | 0 | 1B | 52 | 7 | 28 | 55 | 37 |
| Octal | 356 | 255 | 52 | 0 | 33 | 122 | 7 | 50 | 125 | 67 |
| Binary | 11101110 | 10101101 | 101010 | 0 | 11011 | 1010010 | 111 | 101000 | 1010101 | 110111 |
Color Harmonies of #EEAD2A
Complementary color
Monochromatic Colors of #EEAD2A
Black with #EEAD2A
Text Example
Text Example
White with #EEAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD2A; }
p { color: rgb(238,173,42); }
H1.HeaderClassName
{
color: #EEAD2A;
}
.AnyTagClassName
{
color: #EEAD2A;
}
</style>
background-color css
<style>
a { background-color: #EEAD2A; }
a { background-color: rgb(238,173,42); }
div.DivClassName
{
background-color: #EEAD2A;
}
.BgClassName
{
background-color: #EEAD2A;
}
</style>
border-color css
<style>
span { border-color: #EEAD2A; }
span { border-color: rgb(238,173,42); }
td.TdClassName
{
border-color: #EEAD2A;
}
.TagClassName
{
border-color: #EEAD2A;
}
</style>