Shades of Sun #EB8E2E
Tints of Sun #EB8E2E
RGB
CMYK
RGB Variations
Color information
#EB8E2E (or 0xEB8E2E) is known color: Sun. HEX triplet: EB, 8E and 2E. RGB value is (235,142,46). Sum of RGB (Red+Green+Blue) = 235+142+46=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8E2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8E2E is #1471D1. Grayscale: #9F9F9F. Windows color (decimal): -1339858 or 3051243. OLE color: 3051243.
HSL color Cylindrical-coordinate representation of color #EB8E2E: hue angle of 30.48º 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 #EB8E2E is Cyan = 0, Magento = 0.40, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 142 | 46 | - |
| CMYK | 0 | 0.40 | 0.80 | 0.08 |
| HSL | 30.48º | 0.83% | 0.55% | - |
| HSV(B) | 30.48º | 0.8% | 0.92% | - |
| XYZ | 44.43 | 37.21 | 7.42 | - |
| YUV | 158.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 142 | 46 | 0 | 0.40 | 0.80 | 0.08 | 30.48 | 0.83 | 0.55 |
| Hex | EB | 8E | 2E | 0 | 28 | 50 | 8 | 1E | 53 | 37 |
| Octal | 353 | 216 | 56 | 0 | 50 | 120 | 10 | 36 | 123 | 67 |
| Binary | 11101011 | 10001110 | 101110 | 0 | 101000 | 1010000 | 1000 | 11110 | 1010011 | 110111 |
Color Harmonies of #EB8E2E
Complementary color
Monochromatic Colors of #EB8E2E
Black with #EB8E2E
Text Example
Text Example
White with #EB8E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8E2E; }
p { color: rgb(235,142,46); }
H1.HeaderClassName
{
color: #EB8E2E;
}
.AnyTagClassName
{
color: #EB8E2E;
}
</style>
background-color css
<style>
a { background-color: #EB8E2E; }
a { background-color: rgb(235,142,46); }
div.DivClassName
{
background-color: #EB8E2E;
}
.BgClassName
{
background-color: #EB8E2E;
}
</style>
border-color css
<style>
span { border-color: #EB8E2E; }
span { border-color: rgb(235,142,46); }
td.TdClassName
{
border-color: #EB8E2E;
}
.TagClassName
{
border-color: #EB8E2E;
}
</style>