Shades of Bright Sun #E3BD27
Tints of Bright Sun #E3BD27
RGB
CMYK
RGB Variations
Color information
#E3BD27 (or 0xE3BD27) is known color: Bright Sun. HEX triplet: E3, BD and 27. RGB value is (227,189,39). Sum of RGB (Red+Green+Blue) = 227+189+39=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BD27 is #1C42D8. Grayscale: #B7B7B7. Windows color (decimal): -1852121 or 2604515. OLE color: 2604515.
HSL color Cylindrical-coordinate representation of color #E3BD27: hue angle of 47.87º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3BD27 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 189 | 39 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.11 |
| HSL | 47.87º | 0.77% | 0.52% | - |
| HSV(B) | 47.87º | 0.83% | 0.89% | - |
| XYZ | 50.24 | 52.87 | 9.48 | - |
| YUV | 183.26 | 46.59 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 189 | 39 | 0 | 0.17 | 0.83 | 0.11 | 47.87 | 0.77 | 0.52 |
| Hex | E3 | BD | 27 | 0 | 11 | 53 | B | 30 | 4D | 34 |
| Octal | 343 | 275 | 47 | 0 | 21 | 123 | 13 | 60 | 115 | 64 |
| Binary | 11100011 | 10111101 | 100111 | 0 | 10001 | 1010011 | 1011 | 110000 | 1001101 | 110100 |
Color Harmonies of #E3BD27
Complementary color
Monochromatic Colors of #E3BD27
Black with #E3BD27
Text Example
Text Example
White with #E3BD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BD27; }
p { color: rgb(227,189,39); }
H1.HeaderClassName
{
color: #E3BD27;
}
.AnyTagClassName
{
color: #E3BD27;
}
</style>
background-color css
<style>
a { background-color: #E3BD27; }
a { background-color: rgb(227,189,39); }
div.DivClassName
{
background-color: #E3BD27;
}
.BgClassName
{
background-color: #E3BD27;
}
</style>
border-color css
<style>
span { border-color: #E3BD27; }
span { border-color: rgb(227,189,39); }
td.TdClassName
{
border-color: #E3BD27;
}
.TagClassName
{
border-color: #E3BD27;
}
</style>