Shades of Bright Sun #E2B835
Tints of Bright Sun #E2B835
RGB
CMYK
RGB Variations
Color information
#E2B835 (or 0xE2B835) is known color: Bright Sun. HEX triplet: E2, B8 and 35. RGB value is (226,184,53). Sum of RGB (Red+Green+Blue) = 226+184+53=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B835 is #1D47CA. Grayscale: #B6B6B6. Windows color (decimal): -1918923 or 3520738. OLE color: 3520738.
HSL color Cylindrical-coordinate representation of color #E2B835: hue angle of 45.43º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E2B835 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 184 | 53 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.11 |
| HSL | 45.43º | 0.75% | 0.55% | - |
| HSV(B) | 45.43º | 0.77% | 0.89% | - |
| XYZ | 49.15 | 50.71 | 10.57 | - |
| YUV | 181.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 184 | 53 | 0 | 0.19 | 0.77 | 0.11 | 45.43 | 0.75 | 0.55 |
| Hex | E2 | B8 | 35 | 0 | 13 | 4D | B | 2D | 4B | 37 |
| Octal | 342 | 270 | 65 | 0 | 23 | 115 | 13 | 55 | 113 | 67 |
| Binary | 11100010 | 10111000 | 110101 | 0 | 10011 | 1001101 | 1011 | 101101 | 1001011 | 110111 |
Color Harmonies of #E2B835
Complementary color
Monochromatic Colors of #E2B835
Black with #E2B835
Text Example
Text Example
White with #E2B835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B835; }
p { color: rgb(226,184,53); }
H1.HeaderClassName
{
color: #E2B835;
}
.AnyTagClassName
{
color: #E2B835;
}
</style>
background-color css
<style>
a { background-color: #E2B835; }
a { background-color: rgb(226,184,53); }
div.DivClassName
{
background-color: #E2B835;
}
.BgClassName
{
background-color: #E2B835;
}
</style>
border-color css
<style>
span { border-color: #E2B835; }
span { border-color: rgb(226,184,53); }
td.TdClassName
{
border-color: #E2B835;
}
.TagClassName
{
border-color: #E2B835;
}
</style>