Shades of Sun #EA9630
Tints of Sun #EA9630
RGB
CMYK
RGB Variations
Color information
#EA9630 (or 0xEA9630) is known color: Sun. HEX triplet: EA, 96 and 30. RGB value is (234,150,48). Sum of RGB (Red+Green+Blue) = 234+150+48=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9630 is #1569CF. Grayscale: #A3A3A3. Windows color (decimal): -1403344 or 3184362. OLE color: 3184362.
HSL color Cylindrical-coordinate representation of color #EA9630: hue angle of 32.9º degrees, saturation: 0.82, 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 #EA9630 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 48 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.08 |
| HSL | 32.9º | 0.82% | 0.55% | - |
| HSV(B) | 32.9º | 0.79% | 0.92% | - |
| XYZ | 45.37 | 39.52 | 8.03 | - |
| YUV | 163.49 | 62.83 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 48 | 0 | 0.36 | 0.79 | 0.08 | 32.9 | 0.82 | 0.55 |
| Hex | EA | 96 | 30 | 0 | 24 | 4F | 8 | 21 | 52 | 37 |
| Octal | 352 | 226 | 60 | 0 | 44 | 117 | 10 | 41 | 122 | 67 |
| Binary | 11101010 | 10010110 | 110000 | 0 | 100100 | 1001111 | 1000 | 100001 | 1010010 | 110111 |
Color Harmonies of #EA9630
Complementary color
Monochromatic Colors of #EA9630
Black with #EA9630
Text Example
Text Example
White with #EA9630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9630; }
p { color: rgb(234,150,48); }
H1.HeaderClassName
{
color: #EA9630;
}
.AnyTagClassName
{
color: #EA9630;
}
</style>
background-color css
<style>
a { background-color: #EA9630; }
a { background-color: rgb(234,150,48); }
div.DivClassName
{
background-color: #EA9630;
}
.BgClassName
{
background-color: #EA9630;
}
</style>
border-color css
<style>
span { border-color: #EA9630; }
span { border-color: rgb(234,150,48); }
td.TdClassName
{
border-color: #EA9630;
}
.TagClassName
{
border-color: #EA9630;
}
</style>