Shades of Bright Sun #E1C432
Tints of Bright Sun #E1C432
RGB
CMYK
RGB Variations
Color information
#E1C432 (or 0xE1C432) is known color: Bright Sun. HEX triplet: E1, C4 and 32. RGB value is (225,196,50). Sum of RGB (Red+Green+Blue) = 225+196+50=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1C432 is #1E3BCD. Grayscale: #BCBCBC. Windows color (decimal): -1981390 or 3327201. OLE color: 3327201.
HSL color Cylindrical-coordinate representation of color #E1C432: hue angle of 50.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1C432 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 196 | 50 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.12 |
| HSL | 50.06º | 0.74% | 0.54% | - |
| HSV(B) | 50.06º | 0.78% | 0.88% | - |
| XYZ | 51.37 | 55.72 | 11.06 | - |
| YUV | 188.03 | 50.11 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 196 | 50 | 0 | 0.13 | 0.78 | 0.12 | 50.06 | 0.74 | 0.54 |
| Hex | E1 | C4 | 32 | 0 | D | 4E | C | 32 | 4A | 36 |
| Octal | 341 | 304 | 62 | 0 | 15 | 116 | 14 | 62 | 112 | 66 |
| Binary | 11100001 | 11000100 | 110010 | 0 | 1101 | 1001110 | 1100 | 110010 | 1001010 | 110110 |
Color Harmonies of #E1C432
Complementary color
Monochromatic Colors of #E1C432
Black with #E1C432
Text Example
Text Example
White with #E1C432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C432; }
p { color: rgb(225,196,50); }
H1.HeaderClassName
{
color: #E1C432;
}
.AnyTagClassName
{
color: #E1C432;
}
</style>
background-color css
<style>
a { background-color: #E1C432; }
a { background-color: rgb(225,196,50); }
div.DivClassName
{
background-color: #E1C432;
}
.BgClassName
{
background-color: #E1C432;
}
</style>
border-color css
<style>
span { border-color: #E1C432; }
span { border-color: rgb(225,196,50); }
td.TdClassName
{
border-color: #E1C432;
}
.TagClassName
{
border-color: #E1C432;
}
</style>