Shades of Gold Tips #EEA81F
Tints of Gold Tips #EEA81F
RGB
CMYK
RGB Variations
Color information
#EEA81F (or 0xEEA81F) is known color: Gold Tips. HEX triplet: EE, A8 and 1F. RGB value is (238,168,31). Sum of RGB (Red+Green+Blue) = 238+168+31=437 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.46% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA81F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA81F is #1157E0. Grayscale: #ADADAD. Windows color (decimal): -1136609 or 2074862. OLE color: 2074862.
HSL color Cylindrical-coordinate representation of color #EEA81F: hue angle of 39.71º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEA81F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 31 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.07 |
| HSL | 39.71º | 0.86% | 0.53% | - |
| HSV(B) | 39.71º | 0.87% | 0.93% | - |
| XYZ | 49.51 | 46.28 | 7.62 | - |
| YUV | 173.31 | 47.69 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 31 | 0 | 0.29 | 0.87 | 0.07 | 39.71 | 0.86 | 0.53 |
| Hex | EE | A8 | 1F | 0 | 1D | 57 | 7 | 28 | 56 | 35 |
| Octal | 356 | 250 | 37 | 0 | 35 | 127 | 7 | 50 | 126 | 65 |
| Binary | 11101110 | 10101000 | 11111 | 0 | 11101 | 1010111 | 111 | 101000 | 1010110 | 110101 |
Color Harmonies of #EEA81F
Complementary color
Monochromatic Colors of #EEA81F
Black with #EEA81F
Text Example
Text Example
White with #EEA81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA81F; }
p { color: rgb(238,168,31); }
H1.HeaderClassName
{
color: #EEA81F;
}
.AnyTagClassName
{
color: #EEA81F;
}
</style>
background-color css
<style>
a { background-color: #EEA81F; }
a { background-color: rgb(238,168,31); }
div.DivClassName
{
background-color: #EEA81F;
}
.BgClassName
{
background-color: #EEA81F;
}
</style>
border-color css
<style>
span { border-color: #EEA81F; }
span { border-color: rgb(238,168,31); }
td.TdClassName
{
border-color: #EEA81F;
}
.TagClassName
{
border-color: #EEA81F;
}
</style>