Shades of Bright Sun #E3BC2D
Tints of Bright Sun #E3BC2D
RGB
CMYK
RGB Variations
Color information
#E3BC2D (or 0xE3BC2D) is known color: Bright Sun. HEX triplet: E3, BC and 2D. RGB value is (227,188,45). Sum of RGB (Red+Green+Blue) = 227+188+45=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC2D is #1C43D2. Grayscale: #B7B7B7. Windows color (decimal): -1852371 or 2997475. OLE color: 2997475.
HSL color Cylindrical-coordinate representation of color #E3BC2D: hue angle of 47.14º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3BC2D is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 188 | 45 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.11 |
| HSL | 47.14º | 0.76% | 0.53% | - |
| HSV(B) | 47.14º | 0.8% | 0.89% | - |
| XYZ | 50.14 | 52.49 | 9.97 | - |
| YUV | 183.36 | 49.92 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 188 | 45 | 0 | 0.17 | 0.80 | 0.11 | 47.14 | 0.76 | 0.53 |
| Hex | E3 | BC | 2D | 0 | 11 | 50 | B | 2F | 4C | 35 |
| Octal | 343 | 274 | 55 | 0 | 21 | 120 | 13 | 57 | 114 | 65 |
| Binary | 11100011 | 10111100 | 101101 | 0 | 10001 | 1010000 | 1011 | 101111 | 1001100 | 110101 |
Color Harmonies of #E3BC2D
Complementary color
Monochromatic Colors of #E3BC2D
Black with #E3BC2D
Text Example
Text Example
White with #E3BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BC2D; }
p { color: rgb(227,188,45); }
H1.HeaderClassName
{
color: #E3BC2D;
}
.AnyTagClassName
{
color: #E3BC2D;
}
</style>
background-color css
<style>
a { background-color: #E3BC2D; }
a { background-color: rgb(227,188,45); }
div.DivClassName
{
background-color: #E3BC2D;
}
.BgClassName
{
background-color: #E3BC2D;
}
</style>
border-color css
<style>
span { border-color: #E3BC2D; }
span { border-color: rgb(227,188,45); }
td.TdClassName
{
border-color: #E3BC2D;
}
.TagClassName
{
border-color: #E3BC2D;
}
</style>