Shades of Bright Sun #E2BD32
Tints of Bright Sun #E2BD32
RGB
CMYK
RGB Variations
Color information
#E2BD32 (or 0xE2BD32) is known color: Bright Sun. HEX triplet: E2, BD and 32. RGB value is (226,189,50). Sum of RGB (Red+Green+Blue) = 226+189+50=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD32 is #1D42CD. Grayscale: #B8B8B8. Windows color (decimal): -1917646 or 3325410. OLE color: 3325410.
HSL color Cylindrical-coordinate representation of color #E2BD32: hue angle of 47.39º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2BD32 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 50 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.11 |
| HSL | 47.39º | 0.75% | 0.54% | - |
| HSV(B) | 47.39º | 0.78% | 0.89% | - |
| XYZ | 50.14 | 52.79 | 10.57 | - |
| YUV | 184.22 | 52.26 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 50 | 0 | 0.16 | 0.78 | 0.11 | 47.39 | 0.75 | 0.54 |
| Hex | E2 | BD | 32 | 0 | 10 | 4E | B | 2F | 4B | 36 |
| Octal | 342 | 275 | 62 | 0 | 20 | 116 | 13 | 57 | 113 | 66 |
| Binary | 11100010 | 10111101 | 110010 | 0 | 10000 | 1001110 | 1011 | 101111 | 1001011 | 110110 |
Color Harmonies of #E2BD32
Complementary color
Monochromatic Colors of #E2BD32
Black with #E2BD32
Text Example
Text Example
White with #E2BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD32; }
p { color: rgb(226,189,50); }
H1.HeaderClassName
{
color: #E2BD32;
}
.AnyTagClassName
{
color: #E2BD32;
}
</style>
background-color css
<style>
a { background-color: #E2BD32; }
a { background-color: rgb(226,189,50); }
div.DivClassName
{
background-color: #E2BD32;
}
.BgClassName
{
background-color: #E2BD32;
}
</style>
border-color css
<style>
span { border-color: #E2BD32; }
span { border-color: rgb(226,189,50); }
td.TdClassName
{
border-color: #E2BD32;
}
.TagClassName
{
border-color: #E2BD32;
}
</style>