Shades of Sun #EB852C
Tints of Sun #EB852C
RGB
CMYK
RGB Variations
Color information
#EB852C (or 0xEB852C) is known color: Sun. HEX triplet: EB, 85 and 2C. RGB value is (235,133,44). Sum of RGB (Red+Green+Blue) = 235+133+44=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB852C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB852C is #147AD3. Grayscale: #999999. Windows color (decimal): -1342164 or 2917867. OLE color: 2917867.
HSL color Cylindrical-coordinate representation of color #EB852C: hue angle of 27.96º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB852C is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 44 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.08 |
| HSL | 27.96º | 0.83% | 0.55% | - |
| HSV(B) | 27.96º | 0.81% | 0.92% | - |
| XYZ | 43.1 | 34.62 | 6.79 | - |
| YUV | 153.35 | 66.29 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 44 | 0 | 0.43 | 0.81 | 0.08 | 27.96 | 0.83 | 0.55 |
| Hex | EB | 85 | 2C | 0 | 2B | 51 | 8 | 1C | 53 | 37 |
| Octal | 353 | 205 | 54 | 0 | 53 | 121 | 10 | 34 | 123 | 67 |
| Binary | 11101011 | 10000101 | 101100 | 0 | 101011 | 1010001 | 1000 | 11100 | 1010011 | 110111 |
Color Harmonies of #EB852C
Complementary color
Monochromatic Colors of #EB852C
Black with #EB852C
Text Example
Text Example
White with #EB852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB852C; }
p { color: rgb(235,133,44); }
H1.HeaderClassName
{
color: #EB852C;
}
.AnyTagClassName
{
color: #EB852C;
}
</style>
background-color css
<style>
a { background-color: #EB852C; }
a { background-color: rgb(235,133,44); }
div.DivClassName
{
background-color: #EB852C;
}
.BgClassName
{
background-color: #EB852C;
}
</style>
border-color css
<style>
span { border-color: #EB852C; }
span { border-color: rgb(235,133,44); }
td.TdClassName
{
border-color: #EB852C;
}
.TagClassName
{
border-color: #EB852C;
}
</style>