Shades of Sun #EA9431
Tints of Sun #EA9431
RGB
CMYK
RGB Variations
Color information
#EA9431 (or 0xEA9431) is known color: Sun. HEX triplet: EA, 94 and 31. RGB value is (234,148,49). Sum of RGB (Red+Green+Blue) = 234+148+49=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9431 is #156BCE. Grayscale: #A2A2A2. Windows color (decimal): -1403855 or 3249386. OLE color: 3249386.
HSL color Cylindrical-coordinate representation of color #EA9431: hue angle of 32.11º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA9431 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 49 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.08 |
| HSL | 32.11º | 0.81% | 0.55% | - |
| HSV(B) | 32.11º | 0.79% | 0.92% | - |
| XYZ | 45.08 | 38.89 | 8.04 | - |
| YUV | 162.43 | 63.99 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 49 | 0 | 0.37 | 0.79 | 0.08 | 32.11 | 0.81 | 0.55 |
| Hex | EA | 94 | 31 | 0 | 25 | 4F | 8 | 20 | 51 | 37 |
| Octal | 352 | 224 | 61 | 0 | 45 | 117 | 10 | 40 | 121 | 67 |
| Binary | 11101010 | 10010100 | 110001 | 0 | 100101 | 1001111 | 1000 | 100000 | 1010001 | 110111 |
Color Harmonies of #EA9431
Complementary color
Monochromatic Colors of #EA9431
Black with #EA9431
Text Example
Text Example
White with #EA9431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9431; }
p { color: rgb(234,148,49); }
H1.HeaderClassName
{
color: #EA9431;
}
.AnyTagClassName
{
color: #EA9431;
}
</style>
background-color css
<style>
a { background-color: #EA9431; }
a { background-color: rgb(234,148,49); }
div.DivClassName
{
background-color: #EA9431;
}
.BgClassName
{
background-color: #EA9431;
}
</style>
border-color css
<style>
span { border-color: #EA9431; }
span { border-color: rgb(234,148,49); }
td.TdClassName
{
border-color: #EA9431;
}
.TagClassName
{
border-color: #EA9431;
}
</style>