Shades of Bright Sun #E6B932
Tints of Bright Sun #E6B932
RGB
CMYK
RGB Variations
Color information
#E6B932 (or 0xE6B932) is known color: Bright Sun. HEX triplet: E6, B9 and 32. RGB value is (230,185,50). Sum of RGB (Red+Green+Blue) = 230+185+50=465 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.46% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B932 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B932 is #1946CD. Grayscale: #B7B7B7. Windows color (decimal): -1656526 or 3324390. OLE color: 3324390.
HSL color Cylindrical-coordinate representation of color #E6B932: hue angle of 45º 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 #E6B932 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 50 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.10 |
| HSL | 45º | 0.78% | 0.55% | - |
| HSV(B) | 45º | 0.78% | 0.9% | - |
| XYZ | 50.56 | 51.75 | 10.34 | - |
| YUV | 183.07 | 52.91 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 50 | 0 | 0.20 | 0.78 | 0.10 | 45 | 0.78 | 0.55 |
| Hex | E6 | B9 | 32 | 0 | 14 | 4E | A | 2D | 4E | 37 |
| Octal | 346 | 271 | 62 | 0 | 24 | 116 | 12 | 55 | 116 | 67 |
| Binary | 11100110 | 10111001 | 110010 | 0 | 10100 | 1001110 | 1010 | 101101 | 1001110 | 110111 |
Color Harmonies of #E6B932
Complementary color
Monochromatic Colors of #E6B932
Black with #E6B932
Text Example
Text Example
White with #E6B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B932; }
p { color: rgb(230,185,50); }
H1.HeaderClassName
{
color: #E6B932;
}
.AnyTagClassName
{
color: #E6B932;
}
</style>
background-color css
<style>
a { background-color: #E6B932; }
a { background-color: rgb(230,185,50); }
div.DivClassName
{
background-color: #E6B932;
}
.BgClassName
{
background-color: #E6B932;
}
</style>
border-color css
<style>
span { border-color: #E6B932; }
span { border-color: rgb(230,185,50); }
td.TdClassName
{
border-color: #E6B932;
}
.TagClassName
{
border-color: #E6B932;
}
</style>