Shades of Bright Sun #E0C235
Tints of Bright Sun #E0C235
RGB
CMYK
RGB Variations
Color information
#E0C235 (or 0xE0C235) is known color: Bright Sun. HEX triplet: E0, C2 and 35. RGB value is (224,194,53). Sum of RGB (Red+Green+Blue) = 224+194+53=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0C235 is #1F3DCA. Grayscale: #BBBBBB. Windows color (decimal): -2047435 or 3523296. OLE color: 3523296.
HSL color Cylindrical-coordinate representation of color #E0C235: hue angle of 49.47º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0C235 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 194 | 53 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.12 |
| HSL | 49.47º | 0.73% | 0.54% | - |
| HSV(B) | 49.47º | 0.76% | 0.88% | - |
| XYZ | 50.67 | 54.69 | 11.25 | - |
| YUV | 186.9 | 52.44 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 194 | 53 | 0 | 0.13 | 0.76 | 0.12 | 49.47 | 0.73 | 0.54 |
| Hex | E0 | C2 | 35 | 0 | D | 4C | C | 31 | 49 | 36 |
| Octal | 340 | 302 | 65 | 0 | 15 | 114 | 14 | 61 | 111 | 66 |
| Binary | 11100000 | 11000010 | 110101 | 0 | 1101 | 1001100 | 1100 | 110001 | 1001001 | 110110 |
Color Harmonies of #E0C235
Complementary color
Monochromatic Colors of #E0C235
Black with #E0C235
Text Example
Text Example
White with #E0C235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C235; }
p { color: rgb(224,194,53); }
H1.HeaderClassName
{
color: #E0C235;
}
.AnyTagClassName
{
color: #E0C235;
}
</style>
background-color css
<style>
a { background-color: #E0C235; }
a { background-color: rgb(224,194,53); }
div.DivClassName
{
background-color: #E0C235;
}
.BgClassName
{
background-color: #E0C235;
}
</style>
border-color css
<style>
span { border-color: #E0C235; }
span { border-color: rgb(224,194,53); }
td.TdClassName
{
border-color: #E0C235;
}
.TagClassName
{
border-color: #E0C235;
}
</style>