Shades of Bright Sun #E5C534
Tints of Bright Sun #E5C534
RGB
CMYK
RGB Variations
Color information
#E5C534 (or 0xE5C534) is known color: Bright Sun. HEX triplet: E5, C5 and 34. RGB value is (229,197,52). Sum of RGB (Red+Green+Blue) = 229+197+52=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 197 (77.34% from 255 or 41.21% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C534 is #1A3ACB. Grayscale: #BEBEBE. Windows color (decimal): -1718988 or 3458533. OLE color: 3458533.
HSL color Cylindrical-coordinate representation of color #E5C534: hue angle of 49.15º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5C534 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 197 | 52 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.10 |
| HSL | 49.15º | 0.77% | 0.55% | - |
| HSV(B) | 49.15º | 0.77% | 0.9% | - |
| XYZ | 52.9 | 56.84 | 11.43 | - |
| YUV | 190.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 197 | 52 | 0 | 0.14 | 0.77 | 0.10 | 49.15 | 0.77 | 0.55 |
| Hex | E5 | C5 | 34 | 0 | E | 4D | A | 31 | 4D | 37 |
| Octal | 345 | 305 | 64 | 0 | 16 | 115 | 12 | 61 | 115 | 67 |
| Binary | 11100101 | 11000101 | 110100 | 0 | 1110 | 1001101 | 1010 | 110001 | 1001101 | 110111 |
Color Harmonies of #E5C534
Complementary color
Monochromatic Colors of #E5C534
Black with #E5C534
Text Example
Text Example
White with #E5C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C534; }
p { color: rgb(229,197,52); }
H1.HeaderClassName
{
color: #E5C534;
}
.AnyTagClassName
{
color: #E5C534;
}
</style>
background-color css
<style>
a { background-color: #E5C534; }
a { background-color: rgb(229,197,52); }
div.DivClassName
{
background-color: #E5C534;
}
.BgClassName
{
background-color: #E5C534;
}
</style>
border-color css
<style>
span { border-color: #E5C534; }
span { border-color: rgb(229,197,52); }
td.TdClassName
{
border-color: #E5C534;
}
.TagClassName
{
border-color: #E5C534;
}
</style>