Shades of Gold Tips #EEAF2C
Tints of Gold Tips #EEAF2C
RGB
CMYK
RGB Variations
Color information
#EEAF2C (or 0xEEAF2C) is known color: Gold Tips. HEX triplet: EE, AF and 2C. RGB value is (238,175,44). Sum of RGB (Red+Green+Blue) = 238+175+44=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAF2C is #1150D3. Grayscale: #B3B3B3. Windows color (decimal): -1134804 or 2928622. OLE color: 2928622.
HSL color Cylindrical-coordinate representation of color #EEAF2C: hue angle of 40.52º 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 #EEAF2C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 175 | 44 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.07 |
| HSL | 40.52º | 0.85% | 0.55% | - |
| HSV(B) | 40.52º | 0.82% | 0.93% | - |
| XYZ | 51.04 | 49.02 | 9.15 | - |
| YUV | 178.9 | 51.87 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 175 | 44 | 0 | 0.26 | 0.82 | 0.07 | 40.52 | 0.85 | 0.55 |
| Hex | EE | AF | 2C | 0 | 1A | 52 | 7 | 29 | 55 | 37 |
| Octal | 356 | 257 | 54 | 0 | 32 | 122 | 7 | 51 | 125 | 67 |
| Binary | 11101110 | 10101111 | 101100 | 0 | 11010 | 1010010 | 111 | 101001 | 1010101 | 110111 |
Color Harmonies of #EEAF2C
Complementary color
Monochromatic Colors of #EEAF2C
Black with #EEAF2C
Text Example
Text Example
White with #EEAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAF2C; }
p { color: rgb(238,175,44); }
H1.HeaderClassName
{
color: #EEAF2C;
}
.AnyTagClassName
{
color: #EEAF2C;
}
</style>
background-color css
<style>
a { background-color: #EEAF2C; }
a { background-color: rgb(238,175,44); }
div.DivClassName
{
background-color: #EEAF2C;
}
.BgClassName
{
background-color: #EEAF2C;
}
</style>
border-color css
<style>
span { border-color: #EEAF2C; }
span { border-color: rgb(238,175,44); }
td.TdClassName
{
border-color: #EEAF2C;
}
.TagClassName
{
border-color: #EEAF2C;
}
</style>