Shades of Bright Sun #E2BD2F
Tints of Bright Sun #E2BD2F
RGB
CMYK
RGB Variations
Color information
#E2BD2F (or 0xE2BD2F) is known color: Bright Sun. HEX triplet: E2, BD and 2F. RGB value is (226,189,47). Sum of RGB (Red+Green+Blue) = 226+189+47=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD2F is #1D42D0. Grayscale: #B8B8B8. Windows color (decimal): -1917649 or 3128802. OLE color: 3128802.
HSL color Cylindrical-coordinate representation of color #E2BD2F: hue angle of 47.6º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2BD2F is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 47 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.11 |
| HSL | 47.6º | 0.76% | 0.54% | - |
| HSV(B) | 47.6º | 0.79% | 0.89% | - |
| XYZ | 50.07 | 52.77 | 10.24 | - |
| YUV | 183.88 | 50.76 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 47 | 0 | 0.16 | 0.79 | 0.11 | 47.6 | 0.76 | 0.54 |
| Hex | E2 | BD | 2F | 0 | 10 | 4F | B | 30 | 4C | 36 |
| Octal | 342 | 275 | 57 | 0 | 20 | 117 | 13 | 60 | 114 | 66 |
| Binary | 11100010 | 10111101 | 101111 | 0 | 10000 | 1001111 | 1011 | 110000 | 1001100 | 110110 |
Color Harmonies of #E2BD2F
Complementary color
Monochromatic Colors of #E2BD2F
Black with #E2BD2F
Text Example
Text Example
White with #E2BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD2F; }
p { color: rgb(226,189,47); }
H1.HeaderClassName
{
color: #E2BD2F;
}
.AnyTagClassName
{
color: #E2BD2F;
}
</style>
background-color css
<style>
a { background-color: #E2BD2F; }
a { background-color: rgb(226,189,47); }
div.DivClassName
{
background-color: #E2BD2F;
}
.BgClassName
{
background-color: #E2BD2F;
}
</style>
border-color css
<style>
span { border-color: #E2BD2F; }
span { border-color: rgb(226,189,47); }
td.TdClassName
{
border-color: #E2BD2F;
}
.TagClassName
{
border-color: #E2BD2F;
}
</style>