Shades of Sun #EA973B
Tints of Sun #EA973B
RGB
CMYK
RGB Variations
Color information
#EA973B (or 0xEA973B) is known color: Sun. HEX triplet: EA, 97 and 3B. RGB value is (234,151,59). Sum of RGB (Red+Green+Blue) = 234+151+59=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EA973B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA973B is #1568C4. Grayscale: #A5A5A5. Windows color (decimal): -1403077 or 3905514. OLE color: 3905514.
HSL color Cylindrical-coordinate representation of color #EA973B: hue angle of 31.54º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA973B is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 151 | 59 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.08 |
| HSL | 31.54º | 0.81% | 0.57% | - |
| HSV(B) | 31.54º | 0.75% | 0.92% | - |
| XYZ | 45.79 | 39.94 | 9.43 | - |
| YUV | 165.33 | 68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 151 | 59 | 0 | 0.35 | 0.75 | 0.08 | 31.54 | 0.81 | 0.57 |
| Hex | EA | 97 | 3B | 0 | 23 | 4B | 8 | 20 | 51 | 39 |
| Octal | 352 | 227 | 73 | 0 | 43 | 113 | 10 | 40 | 121 | 71 |
| Binary | 11101010 | 10010111 | 111011 | 0 | 100011 | 1001011 | 1000 | 100000 | 1010001 | 111001 |
Color Harmonies of #EA973B
Complementary color
Monochromatic Colors of #EA973B
Black with #EA973B
Text Example
Text Example
White with #EA973B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA973B; }
p { color: rgb(234,151,59); }
H1.HeaderClassName
{
color: #EA973B;
}
.AnyTagClassName
{
color: #EA973B;
}
</style>
background-color css
<style>
a { background-color: #EA973B; }
a { background-color: rgb(234,151,59); }
div.DivClassName
{
background-color: #EA973B;
}
.BgClassName
{
background-color: #EA973B;
}
</style>
border-color css
<style>
span { border-color: #EA973B; }
span { border-color: rgb(234,151,59); }
td.TdClassName
{
border-color: #EA973B;
}
.TagClassName
{
border-color: #EA973B;
}
</style>