Shades of Sun #EA882D
Tints of Sun #EA882D
RGB
CMYK
RGB Variations
Color information
#EA882D (or 0xEA882D) is known color: Sun. HEX triplet: EA, 88 and 2D. RGB value is (234,136,45). Sum of RGB (Red+Green+Blue) = 234+136+45=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA882D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA882D is #1577D2. Grayscale: #9B9B9B. Windows color (decimal): -1406931 or 2984170. OLE color: 2984170.
HSL color Cylindrical-coordinate representation of color #EA882D: hue angle of 28.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA882D is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 45 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.08 |
| HSL | 28.89º | 0.82% | 0.55% | - |
| HSV(B) | 28.89º | 0.81% | 0.92% | - |
| XYZ | 43.21 | 35.29 | 7.02 | - |
| YUV | 154.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 45 | 0 | 0.42 | 0.81 | 0.08 | 28.89 | 0.82 | 0.55 |
| Hex | EA | 88 | 2D | 0 | 2A | 51 | 8 | 1D | 52 | 37 |
| Octal | 352 | 210 | 55 | 0 | 52 | 121 | 10 | 35 | 122 | 67 |
| Binary | 11101010 | 10001000 | 101101 | 0 | 101010 | 1010001 | 1000 | 11101 | 1010010 | 110111 |
Color Harmonies of #EA882D
Complementary color
Monochromatic Colors of #EA882D
Black with #EA882D
Text Example
Text Example
White with #EA882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA882D; }
p { color: rgb(234,136,45); }
H1.HeaderClassName
{
color: #EA882D;
}
.AnyTagClassName
{
color: #EA882D;
}
</style>
background-color css
<style>
a { background-color: #EA882D; }
a { background-color: rgb(234,136,45); }
div.DivClassName
{
background-color: #EA882D;
}
.BgClassName
{
background-color: #EA882D;
}
</style>
border-color css
<style>
span { border-color: #EA882D; }
span { border-color: rgb(234,136,45); }
td.TdClassName
{
border-color: #EA882D;
}
.TagClassName
{
border-color: #EA882D;
}
</style>