Shades of Bright Sun #E6BB35
Tints of Bright Sun #E6BB35
RGB
CMYK
RGB Variations
Color information
#E6BB35 (or 0xE6BB35) is known color: Bright Sun. HEX triplet: E6, BB and 35. RGB value is (230,187,53). Sum of RGB (Red+Green+Blue) = 230+187+53=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BB35 is #1944CA. Grayscale: #B9B9B9. Windows color (decimal): -1656011 or 3521510. OLE color: 3521510.
HSL color Cylindrical-coordinate representation of color #E6BB35: hue angle of 45.42º 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 #E6BB35 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 187 | 53 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.10 |
| HSL | 45.42º | 0.78% | 0.55% | - |
| HSV(B) | 45.42º | 0.77% | 0.9% | - |
| XYZ | 51.05 | 52.62 | 10.83 | - |
| YUV | 184.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 187 | 53 | 0 | 0.19 | 0.77 | 0.10 | 45.42 | 0.78 | 0.55 |
| Hex | E6 | BB | 35 | 0 | 13 | 4D | A | 2D | 4E | 37 |
| Octal | 346 | 273 | 65 | 0 | 23 | 115 | 12 | 55 | 116 | 67 |
| Binary | 11100110 | 10111011 | 110101 | 0 | 10011 | 1001101 | 1010 | 101101 | 1001110 | 110111 |
Color Harmonies of #E6BB35
Complementary color
Monochromatic Colors of #E6BB35
Black with #E6BB35
Text Example
Text Example
White with #E6BB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BB35; }
p { color: rgb(230,187,53); }
H1.HeaderClassName
{
color: #E6BB35;
}
.AnyTagClassName
{
color: #E6BB35;
}
</style>
background-color css
<style>
a { background-color: #E6BB35; }
a { background-color: rgb(230,187,53); }
div.DivClassName
{
background-color: #E6BB35;
}
.BgClassName
{
background-color: #E6BB35;
}
</style>
border-color css
<style>
span { border-color: #E6BB35; }
span { border-color: rgb(230,187,53); }
td.TdClassName
{
border-color: #E6BB35;
}
.TagClassName
{
border-color: #E6BB35;
}
</style>