Shades of Bright Sun #E5C32A
Tints of Bright Sun #E5C32A
RGB
CMYK
RGB Variations
Color information
#E5C32A (or 0xE5C32A) is known color: Bright Sun. HEX triplet: E5, C3 and 2A. RGB value is (229,195,42). Sum of RGB (Red+Green+Blue) = 229+195+42=466 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.14% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5C32A is #1A3CD5. Grayscale: #BCBCBC. Windows color (decimal): -1719510 or 2802661. OLE color: 2802661.
HSL color Cylindrical-coordinate representation of color #E5C32A: hue angle of 49.09º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5C32A is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 195 | 42 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.10 |
| HSL | 49.09º | 0.78% | 0.53% | - |
| HSV(B) | 49.09º | 0.82% | 0.9% | - |
| XYZ | 52.25 | 55.86 | 10.22 | - |
| YUV | 187.72 | 45.76 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 195 | 42 | 0 | 0.15 | 0.82 | 0.10 | 49.09 | 0.78 | 0.53 |
| Hex | E5 | C3 | 2A | 0 | F | 52 | A | 31 | 4E | 35 |
| Octal | 345 | 303 | 52 | 0 | 17 | 122 | 12 | 61 | 116 | 65 |
| Binary | 11100101 | 11000011 | 101010 | 0 | 1111 | 1010010 | 1010 | 110001 | 1001110 | 110101 |
Color Harmonies of #E5C32A
Complementary color
Monochromatic Colors of #E5C32A
Black with #E5C32A
Text Example
Text Example
White with #E5C32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C32A; }
p { color: rgb(229,195,42); }
H1.HeaderClassName
{
color: #E5C32A;
}
.AnyTagClassName
{
color: #E5C32A;
}
</style>
background-color css
<style>
a { background-color: #E5C32A; }
a { background-color: rgb(229,195,42); }
div.DivClassName
{
background-color: #E5C32A;
}
.BgClassName
{
background-color: #E5C32A;
}
</style>
border-color css
<style>
span { border-color: #E5C32A; }
span { border-color: rgb(229,195,42); }
td.TdClassName
{
border-color: #E5C32A;
}
.TagClassName
{
border-color: #E5C32A;
}
</style>