Shades of Bright Sun #E8C534
Tints of Bright Sun #E8C534
RGB
CMYK
RGB Variations
Color information
#E8C534 (or 0xE8C534) is known color: Bright Sun. HEX triplet: E8, C5 and 34. RGB value is (232,197,52). Sum of RGB (Red+Green+Blue) = 232+197+52=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8C534 is #173ACB. Grayscale: #BFBFBF. Windows color (decimal): -1522380 or 3458536. OLE color: 3458536.
HSL color Cylindrical-coordinate representation of color #E8C534: hue angle of 48.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8C534 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 52 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.09 |
| HSL | 48.33º | 0.8% | 0.56% | - |
| HSV(B) | 48.33º | 0.78% | 0.91% | - |
| XYZ | 53.86 | 57.34 | 11.48 | - |
| YUV | 190.94 | 49.6 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 52 | 0 | 0.15 | 0.78 | 0.09 | 48.33 | 0.8 | 0.56 |
| Hex | E8 | C5 | 34 | 0 | F | 4E | 9 | 30 | 50 | 38 |
| Octal | 350 | 305 | 64 | 0 | 17 | 116 | 11 | 60 | 120 | 70 |
| Binary | 11101000 | 11000101 | 110100 | 0 | 1111 | 1001110 | 1001 | 110000 | 1010000 | 111000 |
Color Harmonies of #E8C534
Complementary color
Monochromatic Colors of #E8C534
Black with #E8C534
Text Example
Text Example
White with #E8C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C534; }
p { color: rgb(232,197,52); }
H1.HeaderClassName
{
color: #E8C534;
}
.AnyTagClassName
{
color: #E8C534;
}
</style>
background-color css
<style>
a { background-color: #E8C534; }
a { background-color: rgb(232,197,52); }
div.DivClassName
{
background-color: #E8C534;
}
.BgClassName
{
background-color: #E8C534;
}
</style>
border-color css
<style>
span { border-color: #E8C534; }
span { border-color: rgb(232,197,52); }
td.TdClassName
{
border-color: #E8C534;
}
.TagClassName
{
border-color: #E8C534;
}
</style>