Shades of Bright Sun #E2BE32
Tints of Bright Sun #E2BE32
RGB
CMYK
RGB Variations
Color information
#E2BE32 (or 0xE2BE32) is known color: Bright Sun. HEX triplet: E2, BE and 32. RGB value is (226,190,50). Sum of RGB (Red+Green+Blue) = 226+190+50=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE32 is #1D41CD. Grayscale: #B9B9B9. Windows color (decimal): -1917390 or 3325666. OLE color: 3325666.
HSL color Cylindrical-coordinate representation of color #E2BE32: hue angle of 47.73º 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 #E2BE32 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 190 | 50 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.11 |
| HSL | 47.73º | 0.75% | 0.54% | - |
| HSV(B) | 47.73º | 0.78% | 0.89% | - |
| XYZ | 50.35 | 53.23 | 10.64 | - |
| YUV | 184.8 | 51.93 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 190 | 50 | 0 | 0.16 | 0.78 | 0.11 | 47.73 | 0.75 | 0.54 |
| Hex | E2 | BE | 32 | 0 | 10 | 4E | B | 30 | 4B | 36 |
| Octal | 342 | 276 | 62 | 0 | 20 | 116 | 13 | 60 | 113 | 66 |
| Binary | 11100010 | 10111110 | 110010 | 0 | 10000 | 1001110 | 1011 | 110000 | 1001011 | 110110 |
Color Harmonies of #E2BE32
Complementary color
Monochromatic Colors of #E2BE32
Black with #E2BE32
Text Example
Text Example
White with #E2BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE32; }
p { color: rgb(226,190,50); }
H1.HeaderClassName
{
color: #E2BE32;
}
.AnyTagClassName
{
color: #E2BE32;
}
</style>
background-color css
<style>
a { background-color: #E2BE32; }
a { background-color: rgb(226,190,50); }
div.DivClassName
{
background-color: #E2BE32;
}
.BgClassName
{
background-color: #E2BE32;
}
</style>
border-color css
<style>
span { border-color: #E2BE32; }
span { border-color: rgb(226,190,50); }
td.TdClassName
{
border-color: #E2BE32;
}
.TagClassName
{
border-color: #E2BE32;
}
</style>