Shades of Gold Tips #E6B231
Tints of Gold Tips #E6B231
RGB
CMYK
RGB Variations
Color information
#E6B231 (or 0xE6B231) is known color: Gold Tips. HEX triplet: E6, B2 and 31. RGB value is (230,178,49). Sum of RGB (Red+Green+Blue) = 230+178+49=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B231 is #194DCE. Grayscale: #B3B3B3. Windows color (decimal): -1658319 or 3257062. OLE color: 3257062.
HSL color Cylindrical-coordinate representation of color #E6B231: hue angle of 42.76º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E6B231 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 178 | 49 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.10 |
| HSL | 42.76º | 0.78% | 0.55% | - |
| HSV(B) | 42.76º | 0.79% | 0.9% | - |
| XYZ | 49.11 | 48.89 | 9.75 | - |
| YUV | 178.84 | 54.73 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 178 | 49 | 0 | 0.23 | 0.79 | 0.10 | 42.76 | 0.78 | 0.55 |
| Hex | E6 | B2 | 31 | 0 | 17 | 4F | A | 2B | 4E | 37 |
| Octal | 346 | 262 | 61 | 0 | 27 | 117 | 12 | 53 | 116 | 67 |
| Binary | 11100110 | 10110010 | 110001 | 0 | 10111 | 1001111 | 1010 | 101011 | 1001110 | 110111 |
Color Harmonies of #E6B231
Complementary color
Monochromatic Colors of #E6B231
Black with #E6B231
Text Example
Text Example
White with #E6B231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B231; }
p { color: rgb(230,178,49); }
H1.HeaderClassName
{
color: #E6B231;
}
.AnyTagClassName
{
color: #E6B231;
}
</style>
background-color css
<style>
a { background-color: #E6B231; }
a { background-color: rgb(230,178,49); }
div.DivClassName
{
background-color: #E6B231;
}
.BgClassName
{
background-color: #E6B231;
}
</style>
border-color css
<style>
span { border-color: #E6B231; }
span { border-color: rgb(230,178,49); }
td.TdClassName
{
border-color: #E6B231;
}
.TagClassName
{
border-color: #E6B231;
}
</style>