Shades of Bright Sun #E1C033
Tints of Bright Sun #E1C033
RGB
CMYK
RGB Variations
Color information
#E1C033 (or 0xE1C033) is known color: Bright Sun. HEX triplet: E1, C0 and 33. RGB value is (225,192,51). Sum of RGB (Red+Green+Blue) = 225+192+51=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C033 is #1E3FCC. Grayscale: #BABABA. Windows color (decimal): -1982413 or 3391713. OLE color: 3391713.
HSL color Cylindrical-coordinate representation of color #E1C033: hue angle of 48.62º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E1C033 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 192 | 51 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.12 |
| HSL | 48.62º | 0.74% | 0.54% | - |
| HSV(B) | 48.62º | 0.77% | 0.88% | - |
| XYZ | 50.5 | 53.95 | 10.88 | - |
| YUV | 185.79 | 51.93 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 192 | 51 | 0 | 0.15 | 0.77 | 0.12 | 48.62 | 0.74 | 0.54 |
| Hex | E1 | C0 | 33 | 0 | F | 4D | C | 31 | 4A | 36 |
| Octal | 341 | 300 | 63 | 0 | 17 | 115 | 14 | 61 | 112 | 66 |
| Binary | 11100001 | 11000000 | 110011 | 0 | 1111 | 1001101 | 1100 | 110001 | 1001010 | 110110 |
Color Harmonies of #E1C033
Complementary color
Monochromatic Colors of #E1C033
Black with #E1C033
Text Example
Text Example
White with #E1C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C033; }
p { color: rgb(225,192,51); }
H1.HeaderClassName
{
color: #E1C033;
}
.AnyTagClassName
{
color: #E1C033;
}
</style>
background-color css
<style>
a { background-color: #E1C033; }
a { background-color: rgb(225,192,51); }
div.DivClassName
{
background-color: #E1C033;
}
.BgClassName
{
background-color: #E1C033;
}
</style>
border-color css
<style>
span { border-color: #E1C033; }
span { border-color: rgb(225,192,51); }
td.TdClassName
{
border-color: #E1C033;
}
.TagClassName
{
border-color: #E1C033;
}
</style>