Shades of Sun #EA9535
Tints of Sun #EA9535
RGB
CMYK
RGB Variations
Color information
#EA9535 (or 0xEA9535) is known color: Sun. HEX triplet: EA, 95 and 35. RGB value is (234,149,53). Sum of RGB (Red+Green+Blue) = 234+149+53=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9535 is #156ACA. Grayscale: #A3A3A3. Windows color (decimal): -1403595 or 3511786. OLE color: 3511786.
HSL color Cylindrical-coordinate representation of color #EA9535: hue angle of 31.82º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EA9535 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 53 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.08 |
| HSL | 31.82º | 0.81% | 0.56% | - |
| HSV(B) | 31.82º | 0.77% | 0.92% | - |
| XYZ | 45.32 | 39.24 | 8.55 | - |
| YUV | 163.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 53 | 0 | 0.36 | 0.77 | 0.08 | 31.82 | 0.81 | 0.56 |
| Hex | EA | 95 | 35 | 0 | 24 | 4D | 8 | 20 | 51 | 38 |
| Octal | 352 | 225 | 65 | 0 | 44 | 115 | 10 | 40 | 121 | 70 |
| Binary | 11101010 | 10010101 | 110101 | 0 | 100100 | 1001101 | 1000 | 100000 | 1010001 | 111000 |
Color Harmonies of #EA9535
Complementary color
Monochromatic Colors of #EA9535
Black with #EA9535
Text Example
Text Example
White with #EA9535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9535; }
p { color: rgb(234,149,53); }
H1.HeaderClassName
{
color: #EA9535;
}
.AnyTagClassName
{
color: #EA9535;
}
</style>
background-color css
<style>
a { background-color: #EA9535; }
a { background-color: rgb(234,149,53); }
div.DivClassName
{
background-color: #EA9535;
}
.BgClassName
{
background-color: #EA9535;
}
</style>
border-color css
<style>
span { border-color: #EA9535; }
span { border-color: rgb(234,149,53); }
td.TdClassName
{
border-color: #EA9535;
}
.TagClassName
{
border-color: #EA9535;
}
</style>