Shades of Sun #EA9536
Tints of Sun #EA9536
RGB
CMYK
RGB Variations
Color information
#EA9536 (or 0xEA9536) is known color: Sun. HEX triplet: EA, 95 and 36. RGB value is (234,149,54). Sum of RGB (Red+Green+Blue) = 234+149+54=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9536 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9536 is #156AC9. Grayscale: #A4A4A4. Windows color (decimal): -1403594 or 3577322. OLE color: 3577322.
HSL color Cylindrical-coordinate representation of color #EA9536: hue angle of 31.67º 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 #EA9536 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 54 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.08 |
| HSL | 31.67º | 0.81% | 0.56% | - |
| HSV(B) | 31.67º | 0.77% | 0.92% | - |
| XYZ | 45.34 | 39.25 | 8.68 | - |
| YUV | 163.59 | 66.16 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 54 | 0 | 0.36 | 0.77 | 0.08 | 31.67 | 0.81 | 0.56 |
| Hex | EA | 95 | 36 | 0 | 24 | 4D | 8 | 20 | 51 | 38 |
| Octal | 352 | 225 | 66 | 0 | 44 | 115 | 10 | 40 | 121 | 70 |
| Binary | 11101010 | 10010101 | 110110 | 0 | 100100 | 1001101 | 1000 | 100000 | 1010001 | 111000 |
Color Harmonies of #EA9536
Complementary color
Monochromatic Colors of #EA9536
Black with #EA9536
Text Example
Text Example
White with #EA9536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9536; }
p { color: rgb(234,149,54); }
H1.HeaderClassName
{
color: #EA9536;
}
.AnyTagClassName
{
color: #EA9536;
}
</style>
background-color css
<style>
a { background-color: #EA9536; }
a { background-color: rgb(234,149,54); }
div.DivClassName
{
background-color: #EA9536;
}
.BgClassName
{
background-color: #EA9536;
}
</style>
border-color css
<style>
span { border-color: #EA9536; }
span { border-color: rgb(234,149,54); }
td.TdClassName
{
border-color: #EA9536;
}
.TagClassName
{
border-color: #EA9536;
}
</style>