Shades of Sun #EA8E31
Tints of Sun #EA8E31
RGB
CMYK
RGB Variations
Color information
#EA8E31 (or 0xEA8E31) is known color: Sun. HEX triplet: EA, 8E and 31. RGB value is (234,142,49). Sum of RGB (Red+Green+Blue) = 234+142+49=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8E31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8E31 is #1571CE. Grayscale: #9F9F9F. Windows color (decimal): -1405391 or 3247850. OLE color: 3247850.
HSL color Cylindrical-coordinate representation of color #EA8E31: hue angle of 30.16º 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 #EA8E31 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 49 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.08 |
| HSL | 30.16º | 0.81% | 0.55% | - |
| HSV(B) | 30.16º | 0.79% | 0.92% | - |
| XYZ | 44.16 | 37.06 | 7.73 | - |
| YUV | 158.91 | 65.98 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 49 | 0 | 0.39 | 0.79 | 0.08 | 30.16 | 0.81 | 0.55 |
| Hex | EA | 8E | 31 | 0 | 27 | 4F | 8 | 1E | 51 | 37 |
| Octal | 352 | 216 | 61 | 0 | 47 | 117 | 10 | 36 | 121 | 67 |
| Binary | 11101010 | 10001110 | 110001 | 0 | 100111 | 1001111 | 1000 | 11110 | 1010001 | 110111 |
Color Harmonies of #EA8E31
Complementary color
Monochromatic Colors of #EA8E31
Black with #EA8E31
Text Example
Text Example
White with #EA8E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8E31; }
p { color: rgb(234,142,49); }
H1.HeaderClassName
{
color: #EA8E31;
}
.AnyTagClassName
{
color: #EA8E31;
}
</style>
background-color css
<style>
a { background-color: #EA8E31; }
a { background-color: rgb(234,142,49); }
div.DivClassName
{
background-color: #EA8E31;
}
.BgClassName
{
background-color: #EA8E31;
}
</style>
border-color css
<style>
span { border-color: #EA8E31; }
span { border-color: rgb(234,142,49); }
td.TdClassName
{
border-color: #EA8E31;
}
.TagClassName
{
border-color: #EA8E31;
}
</style>