Shades of Gold Tips #EEB02D
Tints of Gold Tips #EEB02D
RGB
CMYK
RGB Variations
Color information
#EEB02D (or 0xEEB02D) is known color: Gold Tips. HEX triplet: EE, B0 and 2D. RGB value is (238,176,45). Sum of RGB (Red+Green+Blue) = 238+176+45=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB02D is #114FD2. Grayscale: #B4B4B4. Windows color (decimal): -1134547 or 2994414. OLE color: 2994414.
HSL color Cylindrical-coordinate representation of color #EEB02D: hue angle of 40.73º 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 #EEB02D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 45 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.07 |
| HSL | 40.73º | 0.85% | 0.55% | - |
| HSV(B) | 40.73º | 0.81% | 0.93% | - |
| XYZ | 51.26 | 49.42 | 9.32 | - |
| YUV | 179.6 | 52.04 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 45 | 0 | 0.26 | 0.81 | 0.07 | 40.73 | 0.85 | 0.55 |
| Hex | EE | B0 | 2D | 0 | 1A | 51 | 7 | 29 | 55 | 37 |
| Octal | 356 | 260 | 55 | 0 | 32 | 121 | 7 | 51 | 125 | 67 |
| Binary | 11101110 | 10110000 | 101101 | 0 | 11010 | 1010001 | 111 | 101001 | 1010101 | 110111 |
Color Harmonies of #EEB02D
Complementary color
Monochromatic Colors of #EEB02D
Black with #EEB02D
Text Example
Text Example
White with #EEB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB02D; }
p { color: rgb(238,176,45); }
H1.HeaderClassName
{
color: #EEB02D;
}
.AnyTagClassName
{
color: #EEB02D;
}
</style>
background-color css
<style>
a { background-color: #EEB02D; }
a { background-color: rgb(238,176,45); }
div.DivClassName
{
background-color: #EEB02D;
}
.BgClassName
{
background-color: #EEB02D;
}
</style>
border-color css
<style>
span { border-color: #EEB02D; }
span { border-color: rgb(238,176,45); }
td.TdClassName
{
border-color: #EEB02D;
}
.TagClassName
{
border-color: #EEB02D;
}
</style>