Shades of Bright Sun #E1C136
Tints of Bright Sun #E1C136
RGB
CMYK
RGB Variations
Color information
#E1C136 (or 0xE1C136) is known color: Bright Sun. HEX triplet: E1, C1 and 36. RGB value is (225,193,54). Sum of RGB (Red+Green+Blue) = 225+193+54=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 54 (21.48% from 255 or 11.44% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C136 is #1E3EC9. Grayscale: #BBBBBB. Windows color (decimal): -1982154 or 3588577. OLE color: 3588577.
HSL color Cylindrical-coordinate representation of color #E1C136: hue angle of 48.77º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E1C136 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 193 | 54 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.12 |
| HSL | 48.77º | 0.74% | 0.55% | - |
| HSV(B) | 48.77º | 0.76% | 0.88% | - |
| XYZ | 50.79 | 54.41 | 11.32 | - |
| YUV | 186.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 193 | 54 | 0 | 0.14 | 0.76 | 0.12 | 48.77 | 0.74 | 0.55 |
| Hex | E1 | C1 | 36 | 0 | E | 4C | C | 31 | 4A | 37 |
| Octal | 341 | 301 | 66 | 0 | 16 | 114 | 14 | 61 | 112 | 67 |
| Binary | 11100001 | 11000001 | 110110 | 0 | 1110 | 1001100 | 1100 | 110001 | 1001010 | 110111 |
Color Harmonies of #E1C136
Complementary color
Monochromatic Colors of #E1C136
Black with #E1C136
Text Example
Text Example
White with #E1C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C136; }
p { color: rgb(225,193,54); }
H1.HeaderClassName
{
color: #E1C136;
}
.AnyTagClassName
{
color: #E1C136;
}
</style>
background-color css
<style>
a { background-color: #E1C136; }
a { background-color: rgb(225,193,54); }
div.DivClassName
{
background-color: #E1C136;
}
.BgClassName
{
background-color: #E1C136;
}
</style>
border-color css
<style>
span { border-color: #E1C136; }
span { border-color: rgb(225,193,54); }
td.TdClassName
{
border-color: #E1C136;
}
.TagClassName
{
border-color: #E1C136;
}
</style>