Shades of Bright Sun #E6BC33
Tints of Bright Sun #E6BC33
RGB
CMYK
RGB Variations
Color information
#E6BC33 (or 0xE6BC33) is known color: Bright Sun. HEX triplet: E6, BC and 33. RGB value is (230,188,51). Sum of RGB (Red+Green+Blue) = 230+188+51=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 51 (20.31% from 255 or 10.87% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BC33 is #1943CC. Grayscale: #B9B9B9. Windows color (decimal): -1655757 or 3390694. OLE color: 3390694.
HSL color Cylindrical-coordinate representation of color #E6BC33: hue angle of 45.92º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6BC33 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 188 | 51 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.10 |
| HSL | 45.92º | 0.78% | 0.55% | - |
| HSV(B) | 45.92º | 0.78% | 0.9% | - |
| XYZ | 51.21 | 53.03 | 10.67 | - |
| YUV | 184.94 | 52.41 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 188 | 51 | 0 | 0.18 | 0.78 | 0.10 | 45.92 | 0.78 | 0.55 |
| Hex | E6 | BC | 33 | 0 | 12 | 4E | A | 2E | 4E | 37 |
| Octal | 346 | 274 | 63 | 0 | 22 | 116 | 12 | 56 | 116 | 67 |
| Binary | 11100110 | 10111100 | 110011 | 0 | 10010 | 1001110 | 1010 | 101110 | 1001110 | 110111 |
Color Harmonies of #E6BC33
Complementary color
Monochromatic Colors of #E6BC33
Black with #E6BC33
Text Example
Text Example
White with #E6BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BC33; }
p { color: rgb(230,188,51); }
H1.HeaderClassName
{
color: #E6BC33;
}
.AnyTagClassName
{
color: #E6BC33;
}
</style>
background-color css
<style>
a { background-color: #E6BC33; }
a { background-color: rgb(230,188,51); }
div.DivClassName
{
background-color: #E6BC33;
}
.BgClassName
{
background-color: #E6BC33;
}
</style>
border-color css
<style>
span { border-color: #E6BC33; }
span { border-color: rgb(230,188,51); }
td.TdClassName
{
border-color: #E6BC33;
}
.TagClassName
{
border-color: #E6BC33;
}
</style>