Shades of Bright Sun #E3BD25
Tints of Bright Sun #E3BD25
RGB
CMYK
RGB Variations
Color information
#E3BD25 (or 0xE3BD25) is known color: Bright Sun. HEX triplet: E3, BD and 25. RGB value is (227,189,37). Sum of RGB (Red+Green+Blue) = 227+189+37=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BD25 is #1C42DA. Grayscale: #B7B7B7. Windows color (decimal): -1852123 or 2473443. OLE color: 2473443.
HSL color Cylindrical-coordinate representation of color #E3BD25: hue angle of 48º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3BD25 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 37 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.11 |
| HSL | 48º | 0.77% | 0.52% | - |
| HSV(B) | 48º | 0.84% | 0.89% | - |
| XYZ | 50.21 | 52.86 | 9.31 | - |
| YUV | 183.03 | 45.59 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 37 | 0 | 0.17 | 0.84 | 0.11 | 48 | 0.77 | 0.52 |
| Hex | E3 | BD | 25 | 0 | 11 | 54 | B | 30 | 4D | 34 |
| Octal | 343 | 275 | 45 | 0 | 21 | 124 | 13 | 60 | 115 | 64 |
| Binary | 11100011 | 10111101 | 100101 | 0 | 10001 | 1010100 | 1011 | 110000 | 1001101 | 110100 |
Color Harmonies of #E3BD25
Complementary color
Monochromatic Colors of #E3BD25
Black with #E3BD25
Text Example
Text Example
White with #E3BD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD25; }
p { color: rgb(227,189,37); }
H1.HeaderClassName
{
color: #E3BD25;
}
.AnyTagClassName
{
color: #E3BD25;
}
</style>
background-color css
<style>
a { background-color: #E3BD25; }
a { background-color: rgb(227,189,37); }
div.DivClassName
{
background-color: #E3BD25;
}
.BgClassName
{
background-color: #E3BD25;
}
</style>
border-color css
<style>
span { border-color: #E3BD25; }
span { border-color: rgb(227,189,37); }
td.TdClassName
{
border-color: #E3BD25;
}
.TagClassName
{
border-color: #E3BD25;
}
</style>