Shades of Sun #EB8C34
Tints of Sun #EB8C34
RGB
CMYK
RGB Variations
Color information
#EB8C34 (or 0xEB8C34) is known color: Sun. HEX triplet: EB, 8C and 34. RGB value is (235,140,52). Sum of RGB (Red+Green+Blue) = 235+140+52=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C34 is #1473CB. Grayscale: #9E9E9E. Windows color (decimal): -1340364 or 3443947. OLE color: 3443947.
HSL color Cylindrical-coordinate representation of color #EB8C34: hue angle of 28.85º 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 #EB8C34 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 52 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.08 |
| HSL | 28.85º | 0.82% | 0.56% | - |
| HSV(B) | 28.85º | 0.78% | 0.92% | - |
| XYZ | 44.26 | 36.67 | 7.99 | - |
| YUV | 158.37 | 67.97 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 52 | 0 | 0.40 | 0.78 | 0.08 | 28.85 | 0.82 | 0.56 |
| Hex | EB | 8C | 34 | 0 | 28 | 4E | 8 | 1D | 52 | 38 |
| Octal | 353 | 214 | 64 | 0 | 50 | 116 | 10 | 35 | 122 | 70 |
| Binary | 11101011 | 10001100 | 110100 | 0 | 101000 | 1001110 | 1000 | 11101 | 1010010 | 111000 |
Color Harmonies of #EB8C34
Complementary color
Monochromatic Colors of #EB8C34
Black with #EB8C34
Text Example
Text Example
White with #EB8C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C34; }
p { color: rgb(235,140,52); }
H1.HeaderClassName
{
color: #EB8C34;
}
.AnyTagClassName
{
color: #EB8C34;
}
</style>
background-color css
<style>
a { background-color: #EB8C34; }
a { background-color: rgb(235,140,52); }
div.DivClassName
{
background-color: #EB8C34;
}
.BgClassName
{
background-color: #EB8C34;
}
</style>
border-color css
<style>
span { border-color: #EB8C34; }
span { border-color: rgb(235,140,52); }
td.TdClassName
{
border-color: #EB8C34;
}
.TagClassName
{
border-color: #EB8C34;
}
</style>