Shades of Bright Sun #E1C32E
Tints of Bright Sun #E1C32E
RGB
CMYK
RGB Variations
Color information
#E1C32E (or 0xE1C32E) is known color: Bright Sun. HEX triplet: E1, C3 and 2E. RGB value is (225,195,46). Sum of RGB (Red+Green+Blue) = 225+195+46=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C32E is #1E3CD1. Grayscale: #BBBBBB. Windows color (decimal): -1981650 or 3064801. OLE color: 3064801.
HSL color Cylindrical-coordinate representation of color #E1C32E: hue angle of 49.94º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1C32E is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 195 | 46 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.12 |
| HSL | 49.94º | 0.75% | 0.53% | - |
| HSV(B) | 49.94º | 0.8% | 0.88% | - |
| XYZ | 51.06 | 55.24 | 10.56 | - |
| YUV | 186.98 | 48.44 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 195 | 46 | 0 | 0.13 | 0.80 | 0.12 | 49.94 | 0.75 | 0.53 |
| Hex | E1 | C3 | 2E | 0 | D | 50 | C | 32 | 4B | 35 |
| Octal | 341 | 303 | 56 | 0 | 15 | 120 | 14 | 62 | 113 | 65 |
| Binary | 11100001 | 11000011 | 101110 | 0 | 1101 | 1010000 | 1100 | 110010 | 1001011 | 110101 |
Color Harmonies of #E1C32E
Complementary color
Monochromatic Colors of #E1C32E
Black with #E1C32E
Text Example
Text Example
White with #E1C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C32E; }
p { color: rgb(225,195,46); }
H1.HeaderClassName
{
color: #E1C32E;
}
.AnyTagClassName
{
color: #E1C32E;
}
</style>
background-color css
<style>
a { background-color: #E1C32E; }
a { background-color: rgb(225,195,46); }
div.DivClassName
{
background-color: #E1C32E;
}
.BgClassName
{
background-color: #E1C32E;
}
</style>
border-color css
<style>
span { border-color: #E1C32E; }
span { border-color: rgb(225,195,46); }
td.TdClassName
{
border-color: #E1C32E;
}
.TagClassName
{
border-color: #E1C32E;
}
</style>