Shades of Bright Sun #E3BD3A
Tints of Bright Sun #E3BD3A
RGB
CMYK
RGB Variations
Color information
#E3BD3A (or 0xE3BD3A) is known color: Bright Sun. HEX triplet: E3, BD and 3A. RGB value is (227,189,58). Sum of RGB (Red+Green+Blue) = 227+189+58=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BD3A is #1C42C5. Grayscale: #B9B9B9. Windows color (decimal): -1852102 or 3849699. OLE color: 3849699.
HSL color Cylindrical-coordinate representation of color #E3BD3A: hue angle of 46.51º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3BD3A is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 58 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.11 |
| HSL | 46.51º | 0.75% | 0.56% | - |
| HSV(B) | 46.51º | 0.74% | 0.89% | - |
| XYZ | 50.64 | 53.03 | 11.57 | - |
| YUV | 185.43 | 56.09 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 58 | 0 | 0.17 | 0.74 | 0.11 | 46.51 | 0.75 | 0.56 |
| Hex | E3 | BD | 3A | 0 | 11 | 4A | B | 2F | 4B | 38 |
| Octal | 343 | 275 | 72 | 0 | 21 | 112 | 13 | 57 | 113 | 70 |
| Binary | 11100011 | 10111101 | 111010 | 0 | 10001 | 1001010 | 1011 | 101111 | 1001011 | 111000 |
Color Harmonies of #E3BD3A
Complementary color
Monochromatic Colors of #E3BD3A
Black with #E3BD3A
Text Example
Text Example
White with #E3BD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD3A; }
p { color: rgb(227,189,58); }
H1.HeaderClassName
{
color: #E3BD3A;
}
.AnyTagClassName
{
color: #E3BD3A;
}
</style>
background-color css
<style>
a { background-color: #E3BD3A; }
a { background-color: rgb(227,189,58); }
div.DivClassName
{
background-color: #E3BD3A;
}
.BgClassName
{
background-color: #E3BD3A;
}
</style>
border-color css
<style>
span { border-color: #E3BD3A; }
span { border-color: rgb(227,189,58); }
td.TdClassName
{
border-color: #E3BD3A;
}
.TagClassName
{
border-color: #E3BD3A;
}
</style>