Shades of Gold Tips #EEAC2D
Tints of Gold Tips #EEAC2D
RGB
CMYK
RGB Variations
Color information
#EEAC2D (or 0xEEAC2D) is known color: Gold Tips. HEX triplet: EE, AC and 2D. RGB value is (238,172,45). Sum of RGB (Red+Green+Blue) = 238+172+45=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAC2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAC2D is #1153D2. Grayscale: #B1B1B1. Windows color (decimal): -1135571 or 2993390. OLE color: 2993390.
HSL color Cylindrical-coordinate representation of color #EEAC2D: hue angle of 39.48º 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 #EEAC2D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 172 | 45 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.07 |
| HSL | 39.48º | 0.85% | 0.55% | - |
| HSV(B) | 39.48º | 0.81% | 0.93% | - |
| XYZ | 50.49 | 47.87 | 9.06 | - |
| YUV | 177.26 | 53.37 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 172 | 45 | 0 | 0.28 | 0.81 | 0.07 | 39.48 | 0.85 | 0.55 |
| Hex | EE | AC | 2D | 0 | 1C | 51 | 7 | 27 | 55 | 37 |
| Octal | 356 | 254 | 55 | 0 | 34 | 121 | 7 | 47 | 125 | 67 |
| Binary | 11101110 | 10101100 | 101101 | 0 | 11100 | 1010001 | 111 | 100111 | 1010101 | 110111 |
Color Harmonies of #EEAC2D
Complementary color
Monochromatic Colors of #EEAC2D
Black with #EEAC2D
Text Example
Text Example
White with #EEAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAC2D; }
p { color: rgb(238,172,45); }
H1.HeaderClassName
{
color: #EEAC2D;
}
.AnyTagClassName
{
color: #EEAC2D;
}
</style>
background-color css
<style>
a { background-color: #EEAC2D; }
a { background-color: rgb(238,172,45); }
div.DivClassName
{
background-color: #EEAC2D;
}
.BgClassName
{
background-color: #EEAC2D;
}
</style>
border-color css
<style>
span { border-color: #EEAC2D; }
span { border-color: rgb(238,172,45); }
td.TdClassName
{
border-color: #EEAC2D;
}
.TagClassName
{
border-color: #EEAC2D;
}
</style>