Shades of Sun #EB8D34
Tints of Sun #EB8D34
RGB
CMYK
RGB Variations
Color information
#EB8D34 (or 0xEB8D34) is known color: Sun. HEX triplet: EB, 8D and 34. RGB value is (235,141,52). Sum of RGB (Red+Green+Blue) = 235+141+52=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D34 is #1472CB. Grayscale: #9F9F9F. Windows color (decimal): -1340108 or 3444203. OLE color: 3444203.
HSL color Cylindrical-coordinate representation of color #EB8D34: hue angle of 29.18º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB8D34 is Cyan = 0, Magento = 0.4, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 52 | - |
| CMYK | 0 | 0.4 | 0.78 | 0.08 |
| HSL | 29.18º | 0.82% | 0.56% | - |
| HSV(B) | 29.18º | 0.78% | 0.92% | - |
| XYZ | 44.41 | 36.96 | 8.04 | - |
| YUV | 158.96 | 67.64 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 52 | 0 | 0.4 | 0.78 | 0.08 | 29.18 | 0.82 | 0.56 |
| Hex | EB | 8D | 34 | 0 | 28 | 4E | 8 | 1D | 52 | 38 |
| Octal | 353 | 215 | 64 | 0 | 50 | 116 | 10 | 35 | 122 | 70 |
| Binary | 11101011 | 10001101 | 110100 | 0 | 101000 | 1001110 | 1000 | 11101 | 1010010 | 111000 |
Color Harmonies of #EB8D34
Complementary color
Monochromatic Colors of #EB8D34
Black with #EB8D34
Text Example
Text Example
White with #EB8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D34; }
p { color: rgb(235,141,52); }
H1.HeaderClassName
{
color: #EB8D34;
}
.AnyTagClassName
{
color: #EB8D34;
}
</style>
background-color css
<style>
a { background-color: #EB8D34; }
a { background-color: rgb(235,141,52); }
div.DivClassName
{
background-color: #EB8D34;
}
.BgClassName
{
background-color: #EB8D34;
}
</style>
border-color css
<style>
span { border-color: #EB8D34; }
span { border-color: rgb(235,141,52); }
td.TdClassName
{
border-color: #EB8D34;
}
.TagClassName
{
border-color: #EB8D34;
}
</style>