Shades of Bright Sun #E3C32B
Tints of Bright Sun #E3C32B
RGB
CMYK
RGB Variations
Color information
#E3C32B (or 0xE3C32B) is known color: Bright Sun. HEX triplet: E3, C3 and 2B. RGB value is (227,195,43). Sum of RGB (Red+Green+Blue) = 227+195+43=465 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.82% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C32B is #1C3CD4. Grayscale: #BBBBBB. Windows color (decimal): -1850581 or 2868195. OLE color: 2868195.
HSL color Cylindrical-coordinate representation of color #E3C32B: hue angle of 49.57º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3C32B is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 195 | 43 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.11 |
| HSL | 49.57º | 0.77% | 0.53% | - |
| HSV(B) | 49.57º | 0.81% | 0.89% | - |
| XYZ | 51.63 | 55.54 | 10.28 | - |
| YUV | 187.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 195 | 43 | 0 | 0.14 | 0.81 | 0.11 | 49.57 | 0.77 | 0.53 |
| Hex | E3 | C3 | 2B | 0 | E | 51 | B | 32 | 4D | 35 |
| Octal | 343 | 303 | 53 | 0 | 16 | 121 | 13 | 62 | 115 | 65 |
| Binary | 11100011 | 11000011 | 101011 | 0 | 1110 | 1010001 | 1011 | 110010 | 1001101 | 110101 |
Color Harmonies of #E3C32B
Complementary color
Monochromatic Colors of #E3C32B
Black with #E3C32B
Text Example
Text Example
White with #E3C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C32B; }
p { color: rgb(227,195,43); }
H1.HeaderClassName
{
color: #E3C32B;
}
.AnyTagClassName
{
color: #E3C32B;
}
</style>
background-color css
<style>
a { background-color: #E3C32B; }
a { background-color: rgb(227,195,43); }
div.DivClassName
{
background-color: #E3C32B;
}
.BgClassName
{
background-color: #E3C32B;
}
</style>
border-color css
<style>
span { border-color: #E3C32B; }
span { border-color: rgb(227,195,43); }
td.TdClassName
{
border-color: #E3C32B;
}
.TagClassName
{
border-color: #E3C32B;
}
</style>