Shades of Sun #EA9135
Tints of Sun #EA9135
RGB
CMYK
RGB Variations
Color information
#EA9135 (or 0xEA9135) is known color: Sun. HEX triplet: EA, 91 and 35. RGB value is (234,145,53). Sum of RGB (Red+Green+Blue) = 234+145+53=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9135 is #156ECA. Grayscale: #A1A1A1. Windows color (decimal): -1404619 or 3510762. OLE color: 3510762.
HSL color Cylindrical-coordinate representation of color #EA9135: hue angle of 30.5º 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 #EA9135 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 53 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.08 |
| HSL | 30.5º | 0.81% | 0.56% | - |
| HSV(B) | 30.5º | 0.77% | 0.92% | - |
| XYZ | 44.7 | 38 | 8.35 | - |
| YUV | 161.12 | 66.99 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 53 | 0 | 0.38 | 0.77 | 0.08 | 30.5 | 0.81 | 0.56 |
| Hex | EA | 91 | 35 | 0 | 26 | 4D | 8 | 1E | 51 | 38 |
| Octal | 352 | 221 | 65 | 0 | 46 | 115 | 10 | 36 | 121 | 70 |
| Binary | 11101010 | 10010001 | 110101 | 0 | 100110 | 1001101 | 1000 | 11110 | 1010001 | 111000 |
Color Harmonies of #EA9135
Complementary color
Monochromatic Colors of #EA9135
Black with #EA9135
Text Example
Text Example
White with #EA9135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9135; }
p { color: rgb(234,145,53); }
H1.HeaderClassName
{
color: #EA9135;
}
.AnyTagClassName
{
color: #EA9135;
}
</style>
background-color css
<style>
a { background-color: #EA9135; }
a { background-color: rgb(234,145,53); }
div.DivClassName
{
background-color: #EA9135;
}
.BgClassName
{
background-color: #EA9135;
}
</style>
border-color css
<style>
span { border-color: #EA9135; }
span { border-color: rgb(234,145,53); }
td.TdClassName
{
border-color: #EA9135;
}
.TagClassName
{
border-color: #EA9135;
}
</style>