Shades of Bright Sun #E3C134
Tints of Bright Sun #E3C134
RGB
CMYK
RGB Variations
Color information
#E3C134 (or 0xE3C134) is known color: Bright Sun. HEX triplet: E3, C1 and 34. RGB value is (227,193,52). Sum of RGB (Red+Green+Blue) = 227+193+52=472 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.09% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3C134 is #1C3ECB. Grayscale: #BBBBBB. Windows color (decimal): -1851084 or 3457507. OLE color: 3457507.
HSL color Cylindrical-coordinate representation of color #E3C134: hue angle of 48.34º degrees, saturation: 0.76, 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 #E3C134 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 193 | 52 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.11 |
| HSL | 48.34º | 0.76% | 0.55% | - |
| HSV(B) | 48.34º | 0.77% | 0.89% | - |
| XYZ | 51.37 | 54.72 | 11.1 | - |
| YUV | 187.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 193 | 52 | 0 | 0.15 | 0.77 | 0.11 | 48.34 | 0.76 | 0.55 |
| Hex | E3 | C1 | 34 | 0 | F | 4D | B | 30 | 4C | 37 |
| Octal | 343 | 301 | 64 | 0 | 17 | 115 | 13 | 60 | 114 | 67 |
| Binary | 11100011 | 11000001 | 110100 | 0 | 1111 | 1001101 | 1011 | 110000 | 1001100 | 110111 |
Color Harmonies of #E3C134
Complementary color
Monochromatic Colors of #E3C134
Black with #E3C134
Text Example
Text Example
White with #E3C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C134; }
p { color: rgb(227,193,52); }
H1.HeaderClassName
{
color: #E3C134;
}
.AnyTagClassName
{
color: #E3C134;
}
</style>
background-color css
<style>
a { background-color: #E3C134; }
a { background-color: rgb(227,193,52); }
div.DivClassName
{
background-color: #E3C134;
}
.BgClassName
{
background-color: #E3C134;
}
</style>
border-color css
<style>
span { border-color: #E3C134; }
span { border-color: rgb(227,193,52); }
td.TdClassName
{
border-color: #E3C134;
}
.TagClassName
{
border-color: #E3C134;
}
</style>