Shades of Sun #EA9738
Tints of Sun #EA9738
RGB
CMYK
RGB Variations
Color information
#EA9738 (or 0xEA9738) is known color: Sun. HEX triplet: EA, 97 and 38. RGB value is (234,151,56). Sum of RGB (Red+Green+Blue) = 234+151+56=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 151 (59.38% from 255 or 34.24% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9738 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9738 is #1568C7. Grayscale: #A5A5A5. Windows color (decimal): -1403080 or 3708906. OLE color: 3708906.
HSL color Cylindrical-coordinate representation of color #EA9738: hue angle of 32.02º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA9738 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 56 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.08 |
| HSL | 32.02º | 0.81% | 0.57% | - |
| HSV(B) | 32.02º | 0.76% | 0.92% | - |
| XYZ | 45.71 | 39.91 | 9.04 | - |
| YUV | 164.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 56 | 0 | 0.35 | 0.76 | 0.08 | 32.02 | 0.81 | 0.57 |
| Hex | EA | 97 | 38 | 0 | 23 | 4C | 8 | 20 | 51 | 39 |
| Octal | 352 | 227 | 70 | 0 | 43 | 114 | 10 | 40 | 121 | 71 |
| Binary | 11101010 | 10010111 | 111000 | 0 | 100011 | 1001100 | 1000 | 100000 | 1010001 | 111001 |
Color Harmonies of #EA9738
Complementary color
Monochromatic Colors of #EA9738
Black with #EA9738
Text Example
Text Example
White with #EA9738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9738; }
p { color: rgb(234,151,56); }
H1.HeaderClassName
{
color: #EA9738;
}
.AnyTagClassName
{
color: #EA9738;
}
</style>
background-color css
<style>
a { background-color: #EA9738; }
a { background-color: rgb(234,151,56); }
div.DivClassName
{
background-color: #EA9738;
}
.BgClassName
{
background-color: #EA9738;
}
</style>
border-color css
<style>
span { border-color: #EA9738; }
span { border-color: rgb(234,151,56); }
td.TdClassName
{
border-color: #EA9738;
}
.TagClassName
{
border-color: #EA9738;
}
</style>