Shades of Bright Sun #E0C431
Tints of Bright Sun #E0C431
RGB
CMYK
RGB Variations
Color information
#E0C431 (or 0xE0C431) is known color: Bright Sun. HEX triplet: E0, C4 and 31. RGB value is (224,196,49). Sum of RGB (Red+Green+Blue) = 224+196+49=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C431 is #1F3BCE. Grayscale: #BCBCBC. Windows color (decimal): -2046927 or 3261664. OLE color: 3261664.
HSL color Cylindrical-coordinate representation of color #E0C431: hue angle of 50.4º 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 #E0C431 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 49 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.12 |
| HSL | 50.4º | 0.74% | 0.54% | - |
| HSV(B) | 50.4º | 0.78% | 0.88% | - |
| XYZ | 51.03 | 55.55 | 10.94 | - |
| YUV | 187.61 | 49.78 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 49 | 0 | 0.12 | 0.78 | 0.12 | 50.4 | 0.74 | 0.54 |
| Hex | E0 | C4 | 31 | 0 | C | 4E | C | 32 | 4A | 36 |
| Octal | 340 | 304 | 61 | 0 | 14 | 116 | 14 | 62 | 112 | 66 |
| Binary | 11100000 | 11000100 | 110001 | 0 | 1100 | 1001110 | 1100 | 110010 | 1001010 | 110110 |
Color Harmonies of #E0C431
Complementary color
Monochromatic Colors of #E0C431
Black with #E0C431
Text Example
Text Example
White with #E0C431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C431; }
p { color: rgb(224,196,49); }
H1.HeaderClassName
{
color: #E0C431;
}
.AnyTagClassName
{
color: #E0C431;
}
</style>
background-color css
<style>
a { background-color: #E0C431; }
a { background-color: rgb(224,196,49); }
div.DivClassName
{
background-color: #E0C431;
}
.BgClassName
{
background-color: #E0C431;
}
</style>
border-color css
<style>
span { border-color: #E0C431; }
span { border-color: rgb(224,196,49); }
td.TdClassName
{
border-color: #E0C431;
}
.TagClassName
{
border-color: #E0C431;
}
</style>