Shades of Sun #EB8D32
Tints of Sun #EB8D32
RGB
CMYK
RGB Variations
Color information
#EB8D32 (or 0xEB8D32) is known color: Sun. HEX triplet: EB, 8D and 32. RGB value is (235,141,50). Sum of RGB (Red+Green+Blue) = 235+141+50=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D32 is #1472CD. Grayscale: #9F9F9F. Windows color (decimal): -1340110 or 3313131. OLE color: 3313131.
HSL color Cylindrical-coordinate representation of color #EB8D32: hue angle of 29.51º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB8D32 is Cyan = 0, Magento = 0.4, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 50 | - |
| CMYK | 0 | 0.4 | 0.79 | 0.08 |
| HSL | 29.51º | 0.82% | 0.56% | - |
| HSV(B) | 29.51º | 0.79% | 0.92% | - |
| XYZ | 44.36 | 36.94 | 7.81 | - |
| YUV | 158.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 50 | 0 | 0.4 | 0.79 | 0.08 | 29.51 | 0.82 | 0.56 |
| Hex | EB | 8D | 32 | 0 | 28 | 4F | 8 | 1E | 52 | 38 |
| Octal | 353 | 215 | 62 | 0 | 50 | 117 | 10 | 36 | 122 | 70 |
| Binary | 11101011 | 10001101 | 110010 | 0 | 101000 | 1001111 | 1000 | 11110 | 1010010 | 111000 |
Color Harmonies of #EB8D32
Complementary color
Monochromatic Colors of #EB8D32
Black with #EB8D32
Text Example
Text Example
White with #EB8D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D32; }
p { color: rgb(235,141,50); }
H1.HeaderClassName
{
color: #EB8D32;
}
.AnyTagClassName
{
color: #EB8D32;
}
</style>
background-color css
<style>
a { background-color: #EB8D32; }
a { background-color: rgb(235,141,50); }
div.DivClassName
{
background-color: #EB8D32;
}
.BgClassName
{
background-color: #EB8D32;
}
</style>
border-color css
<style>
span { border-color: #EB8D32; }
span { border-color: rgb(235,141,50); }
td.TdClassName
{
border-color: #EB8D32;
}
.TagClassName
{
border-color: #EB8D32;
}
</style>