Shades of Bright Sun #E6BA35
Tints of Bright Sun #E6BA35
RGB
CMYK
RGB Variations
Color information
#E6BA35 (or 0xE6BA35) is known color: Bright Sun. HEX triplet: E6, BA and 35. RGB value is (230,186,53). Sum of RGB (Red+Green+Blue) = 230+186+53=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BA35 is #1945CA. Grayscale: #B8B8B8. Windows color (decimal): -1656267 or 3521254. OLE color: 3521254.
HSL color Cylindrical-coordinate representation of color #E6BA35: hue angle of 45.08º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6BA35 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 53 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.10 |
| HSL | 45.08º | 0.78% | 0.55% | - |
| HSV(B) | 45.08º | 0.77% | 0.9% | - |
| XYZ | 50.83 | 52.2 | 10.76 | - |
| YUV | 183.99 | 54.08 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 53 | 0 | 0.19 | 0.77 | 0.10 | 45.08 | 0.78 | 0.55 |
| Hex | E6 | BA | 35 | 0 | 13 | 4D | A | 2D | 4E | 37 |
| Octal | 346 | 272 | 65 | 0 | 23 | 115 | 12 | 55 | 116 | 67 |
| Binary | 11100110 | 10111010 | 110101 | 0 | 10011 | 1001101 | 1010 | 101101 | 1001110 | 110111 |
Color Harmonies of #E6BA35
Complementary color
Monochromatic Colors of #E6BA35
Black with #E6BA35
Text Example
Text Example
White with #E6BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BA35; }
p { color: rgb(230,186,53); }
H1.HeaderClassName
{
color: #E6BA35;
}
.AnyTagClassName
{
color: #E6BA35;
}
</style>
background-color css
<style>
a { background-color: #E6BA35; }
a { background-color: rgb(230,186,53); }
div.DivClassName
{
background-color: #E6BA35;
}
.BgClassName
{
background-color: #E6BA35;
}
</style>
border-color css
<style>
span { border-color: #E6BA35; }
span { border-color: rgb(230,186,53); }
td.TdClassName
{
border-color: #E6BA35;
}
.TagClassName
{
border-color: #E6BA35;
}
</style>