Shades of Bright Sun #E2BE33
Tints of Bright Sun #E2BE33
RGB
CMYK
RGB Variations
Color information
#E2BE33 (or 0xE2BE33) is known color: Bright Sun. HEX triplet: E2, BE and 33. RGB value is (226,190,51). Sum of RGB (Red+Green+Blue) = 226+190+51=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BE33 is #1D41CC. Grayscale: #B9B9B9. Windows color (decimal): -1917389 or 3391202. OLE color: 3391202.
HSL color Cylindrical-coordinate representation of color #E2BE33: hue angle of 47.66º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2BE33 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 190 | 51 | - |
CMYK | 0 | 0.16 | 0.77 | 0.11 |
HSL | 47.66º | 0.75% | 0.54% | - |
HSV(B) | 47.66º | 0.77% | 0.89% | - |
XYZ | 50.38 | 53.23 | 10.75 | - |
YUV | 184.92 | 52.43 | 157.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 190 | 51 | 0 | 0.16 | 0.77 | 0.11 | 47.66 | 0.75 | 0.54 |
Hex | E2 | BE | 33 | 0 | 10 | 4D | B | 30 | 4B | 36 |
Octal | 342 | 276 | 63 | 0 | 20 | 115 | 13 | 60 | 113 | 66 |
Binary | 11100010 | 10111110 | 110011 | 0 | 10000 | 1001101 | 1011 | 110000 | 1001011 | 110110 |
Color Harmonies of #E2BE33
Complementary color
Monochromatic Colors of #E2BE33
Black with #E2BE33
Text Example
Text Example
White with #E2BE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BE33; }
p { color: rgb(226,190,51); }
H1.HeaderClassName
{
color: #E2BE33;
}
.AnyTagClassName
{
color: #E2BE33;
}
</style>
background-color css
<style>
a { background-color: #E2BE33; }
a { background-color: rgb(226,190,51); }
div.DivClassName
{
background-color: #E2BE33;
}
.BgClassName
{
background-color: #E2BE33;
}
</style>
border-color css
<style>
span { border-color: #E2BE33; }
span { border-color: rgb(226,190,51); }
td.TdClassName
{
border-color: #E2BE33;
}
.TagClassName
{
border-color: #E2BE33;
}
</style>