Shades of Sun #EB892E
Tints of Sun #EB892E
RGB
CMYK
RGB Variations
Color information
#EB892E (or 0xEB892E) is known color: Sun. HEX triplet: EB, 89 and 2E. RGB value is (235,137,46). Sum of RGB (Red+Green+Blue) = 235+137+46=418 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.22% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 235 - color contains mainly: red. Hex color #EB892E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB892E is #1476D1. Grayscale: #9C9C9C. Windows color (decimal): -1341138 or 3049963. OLE color: 3049963.
HSL color Cylindrical-coordinate representation of color #EB892E: hue angle of 28.89º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB892E is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 137 | 46 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.08 |
| HSL | 28.89º | 0.83% | 0.55% | - |
| HSV(B) | 28.89º | 0.8% | 0.92% | - |
| XYZ | 43.7 | 35.75 | 7.18 | - |
| YUV | 155.93 | 65.97 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 137 | 46 | 0 | 0.42 | 0.80 | 0.08 | 28.89 | 0.83 | 0.55 |
| Hex | EB | 89 | 2E | 0 | 2A | 50 | 8 | 1D | 53 | 37 |
| Octal | 353 | 211 | 56 | 0 | 52 | 120 | 10 | 35 | 123 | 67 |
| Binary | 11101011 | 10001001 | 101110 | 0 | 101010 | 1010000 | 1000 | 11101 | 1010011 | 110111 |
Color Harmonies of #EB892E
Complementary color
Monochromatic Colors of #EB892E
Black with #EB892E
Text Example
Text Example
White with #EB892E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB892E; }
p { color: rgb(235,137,46); }
H1.HeaderClassName
{
color: #EB892E;
}
.AnyTagClassName
{
color: #EB892E;
}
</style>
background-color css
<style>
a { background-color: #EB892E; }
a { background-color: rgb(235,137,46); }
div.DivClassName
{
background-color: #EB892E;
}
.BgClassName
{
background-color: #EB892E;
}
</style>
border-color css
<style>
span { border-color: #EB892E; }
span { border-color: rgb(235,137,46); }
td.TdClassName
{
border-color: #EB892E;
}
.TagClassName
{
border-color: #EB892E;
}
</style>