Shades of Bright Sun #E3BA38
Tints of Bright Sun #E3BA38
RGB
CMYK
RGB Variations
Color information
#E3BA38 (or 0xE3BA38) is known color: Bright Sun. HEX triplet: E3, BA and 38. RGB value is (227,186,56). Sum of RGB (Red+Green+Blue) = 227+186+56=469 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.40% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BA38 is #1C45C7. Grayscale: #B7B7B7. Windows color (decimal): -1852872 or 3717859. OLE color: 3717859.
HSL color Cylindrical-coordinate representation of color #E3BA38: hue angle of 45.61º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E3BA38 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 56 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.11 |
| HSL | 45.61º | 0.75% | 0.55% | - |
| HSV(B) | 45.61º | 0.75% | 0.89% | - |
| XYZ | 49.95 | 51.73 | 11.09 | - |
| YUV | 183.44 | 56.08 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 56 | 0 | 0.18 | 0.75 | 0.11 | 45.61 | 0.75 | 0.55 |
| Hex | E3 | BA | 38 | 0 | 12 | 4B | B | 2E | 4B | 37 |
| Octal | 343 | 272 | 70 | 0 | 22 | 113 | 13 | 56 | 113 | 67 |
| Binary | 11100011 | 10111010 | 111000 | 0 | 10010 | 1001011 | 1011 | 101110 | 1001011 | 110111 |
Color Harmonies of #E3BA38
Complementary color
Monochromatic Colors of #E3BA38
Black with #E3BA38
Text Example
Text Example
White with #E3BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BA38; }
p { color: rgb(227,186,56); }
H1.HeaderClassName
{
color: #E3BA38;
}
.AnyTagClassName
{
color: #E3BA38;
}
</style>
background-color css
<style>
a { background-color: #E3BA38; }
a { background-color: rgb(227,186,56); }
div.DivClassName
{
background-color: #E3BA38;
}
.BgClassName
{
background-color: #E3BA38;
}
</style>
border-color css
<style>
span { border-color: #E3BA38; }
span { border-color: rgb(227,186,56); }
td.TdClassName
{
border-color: #E3BA38;
}
.TagClassName
{
border-color: #E3BA38;
}
</style>