Shades of Bright Sun #E6BC34
Tints of Bright Sun #E6BC34
RGB
CMYK
RGB Variations
Color information
#E6BC34 (or 0xE6BC34) is known color: Bright Sun. HEX triplet: E6, BC and 34. RGB value is (230,188,52). Sum of RGB (Red+Green+Blue) = 230+188+52=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC34 is #1943CB. Grayscale: #B9B9B9. Windows color (decimal): -1655756 or 3456230. OLE color: 3456230.
HSL color Cylindrical-coordinate representation of color #E6BC34: hue angle of 45.84º 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 #E6BC34 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 52 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.10 |
| HSL | 45.84º | 0.78% | 0.55% | - |
| HSV(B) | 45.84º | 0.77% | 0.9% | - |
| XYZ | 51.24 | 53.04 | 10.79 | - |
| YUV | 185.05 | 52.91 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 52 | 0 | 0.18 | 0.77 | 0.10 | 45.84 | 0.78 | 0.55 |
| Hex | E6 | BC | 34 | 0 | 12 | 4D | A | 2E | 4E | 37 |
| Octal | 346 | 274 | 64 | 0 | 22 | 115 | 12 | 56 | 116 | 67 |
| Binary | 11100110 | 10111100 | 110100 | 0 | 10010 | 1001101 | 1010 | 101110 | 1001110 | 110111 |
Color Harmonies of #E6BC34
Complementary color
Monochromatic Colors of #E6BC34
Black with #E6BC34
Text Example
Text Example
White with #E6BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC34; }
p { color: rgb(230,188,52); }
H1.HeaderClassName
{
color: #E6BC34;
}
.AnyTagClassName
{
color: #E6BC34;
}
</style>
background-color css
<style>
a { background-color: #E6BC34; }
a { background-color: rgb(230,188,52); }
div.DivClassName
{
background-color: #E6BC34;
}
.BgClassName
{
background-color: #E6BC34;
}
</style>
border-color css
<style>
span { border-color: #E6BC34; }
span { border-color: rgb(230,188,52); }
td.TdClassName
{
border-color: #E6BC34;
}
.TagClassName
{
border-color: #E6BC34;
}
</style>