Shades of Gold Tips #EEAE2C
Tints of Gold Tips #EEAE2C
RGB
CMYK
RGB Variations
Color information
#EEAE2C (or 0xEEAE2C) is known color: Gold Tips. HEX triplet: EE, AE and 2C. RGB value is (238,174,44). Sum of RGB (Red+Green+Blue) = 238+174+44=456 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.19% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAE2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAE2C is #1151D3. Grayscale: #B2B2B2. Windows color (decimal): -1135060 or 2928366. OLE color: 2928366.
HSL color Cylindrical-coordinate representation of color #EEAE2C: hue angle of 40.21º 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 #EEAE2C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 174 | 44 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.07 |
| HSL | 40.21º | 0.85% | 0.55% | - |
| HSV(B) | 40.21º | 0.82% | 0.93% | - |
| XYZ | 50.85 | 48.63 | 9.09 | - |
| YUV | 178.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 174 | 44 | 0 | 0.27 | 0.82 | 0.07 | 40.21 | 0.85 | 0.55 |
| Hex | EE | AE | 2C | 0 | 1B | 52 | 7 | 28 | 55 | 37 |
| Octal | 356 | 256 | 54 | 0 | 33 | 122 | 7 | 50 | 125 | 67 |
| Binary | 11101110 | 10101110 | 101100 | 0 | 11011 | 1010010 | 111 | 101000 | 1010101 | 110111 |
Color Harmonies of #EEAE2C
Complementary color
Monochromatic Colors of #EEAE2C
Black with #EEAE2C
Text Example
Text Example
White with #EEAE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAE2C; }
p { color: rgb(238,174,44); }
H1.HeaderClassName
{
color: #EEAE2C;
}
.AnyTagClassName
{
color: #EEAE2C;
}
</style>
background-color css
<style>
a { background-color: #EEAE2C; }
a { background-color: rgb(238,174,44); }
div.DivClassName
{
background-color: #EEAE2C;
}
.BgClassName
{
background-color: #EEAE2C;
}
</style>
border-color css
<style>
span { border-color: #EEAE2C; }
span { border-color: rgb(238,174,44); }
td.TdClassName
{
border-color: #EEAE2C;
}
.TagClassName
{
border-color: #EEAE2C;
}
</style>