Shades of Gold Tips #E6AD2D
Tints of Gold Tips #E6AD2D
RGB
CMYK
RGB Variations
Color information
#E6AD2D (or 0xE6AD2D) is known color: Gold Tips. HEX triplet: E6, AD and 2D. RGB value is (230,173,45). Sum of RGB (Red+Green+Blue) = 230+173+45=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AD2D is #1952D2. Grayscale: #B0B0B0. Windows color (decimal): -1659603 or 2993638. OLE color: 2993638.
HSL color Cylindrical-coordinate representation of color #E6AD2D: hue angle of 41.51º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6AD2D is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 173 | 45 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.10 |
| HSL | 41.51º | 0.79% | 0.54% | - |
| HSV(B) | 41.51º | 0.8% | 0.9% | - |
| XYZ | 48.05 | 46.9 | 9 | - |
| YUV | 175.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 173 | 45 | 0 | 0.25 | 0.80 | 0.10 | 41.51 | 0.79 | 0.54 |
| Hex | E6 | AD | 2D | 0 | 19 | 50 | A | 2A | 4F | 36 |
| Octal | 346 | 255 | 55 | 0 | 31 | 120 | 12 | 52 | 117 | 66 |
| Binary | 11100110 | 10101101 | 101101 | 0 | 11001 | 1010000 | 1010 | 101010 | 1001111 | 110110 |
Color Harmonies of #E6AD2D
Complementary color
Monochromatic Colors of #E6AD2D
Black with #E6AD2D
Text Example
Text Example
White with #E6AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AD2D; }
p { color: rgb(230,173,45); }
H1.HeaderClassName
{
color: #E6AD2D;
}
.AnyTagClassName
{
color: #E6AD2D;
}
</style>
background-color css
<style>
a { background-color: #E6AD2D; }
a { background-color: rgb(230,173,45); }
div.DivClassName
{
background-color: #E6AD2D;
}
.BgClassName
{
background-color: #E6AD2D;
}
</style>
border-color css
<style>
span { border-color: #E6AD2D; }
span { border-color: rgb(230,173,45); }
td.TdClassName
{
border-color: #E6AD2D;
}
.TagClassName
{
border-color: #E6AD2D;
}
</style>