Shades of Sun #EB8A2C
Tints of Sun #EB8A2C
RGB
CMYK
RGB Variations
Color information
#EB8A2C (or 0xEB8A2C) is known color: Sun. HEX triplet: EB, 8A and 2C. RGB value is (235,138,44). Sum of RGB (Red+Green+Blue) = 235+138+44=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8A2C is #1475D3. Grayscale: #9C9C9C. Windows color (decimal): -1340884 or 2919147. OLE color: 2919147.
HSL color Cylindrical-coordinate representation of color #EB8A2C: hue angle of 29.53º 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 #EB8A2C is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 138 | 44 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.08 |
| HSL | 29.53º | 0.83% | 0.55% | - |
| HSV(B) | 29.53º | 0.81% | 0.92% | - |
| XYZ | 43.8 | 36.02 | 7.03 | - |
| YUV | 156.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 138 | 44 | 0 | 0.41 | 0.81 | 0.08 | 29.53 | 0.83 | 0.55 |
| Hex | EB | 8A | 2C | 0 | 29 | 51 | 8 | 1E | 53 | 37 |
| Octal | 353 | 212 | 54 | 0 | 51 | 121 | 10 | 36 | 123 | 67 |
| Binary | 11101011 | 10001010 | 101100 | 0 | 101001 | 1010001 | 1000 | 11110 | 1010011 | 110111 |
Color Harmonies of #EB8A2C
Complementary color
Monochromatic Colors of #EB8A2C
Black with #EB8A2C
Text Example
Text Example
White with #EB8A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8A2C; }
p { color: rgb(235,138,44); }
H1.HeaderClassName
{
color: #EB8A2C;
}
.AnyTagClassName
{
color: #EB8A2C;
}
</style>
background-color css
<style>
a { background-color: #EB8A2C; }
a { background-color: rgb(235,138,44); }
div.DivClassName
{
background-color: #EB8A2C;
}
.BgClassName
{
background-color: #EB8A2C;
}
</style>
border-color css
<style>
span { border-color: #EB8A2C; }
span { border-color: rgb(235,138,44); }
td.TdClassName
{
border-color: #EB8A2C;
}
.TagClassName
{
border-color: #EB8A2C;
}
</style>