Shades of Sun #EB8B2D
Tints of Sun #EB8B2D
RGB
CMYK
RGB Variations
Color information
#EB8B2D (or 0xEB8B2D) is known color: Sun. HEX triplet: EB, 8B and 2D. RGB value is (235,139,45). Sum of RGB (Red+Green+Blue) = 235+139+45=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8B2D is #1474D2. Grayscale: #9D9D9D. Windows color (decimal): -1340627 or 2984939. OLE color: 2984939.
HSL color Cylindrical-coordinate representation of color #EB8B2D: hue angle of 29.68º 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 #EB8B2D is Cyan = 0, Magento = 0.41, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 139 | 45 | - |
| CMYK | 0 | 0.41 | 0.81 | 0.08 |
| HSL | 29.68º | 0.83% | 0.55% | - |
| HSV(B) | 29.68º | 0.81% | 0.92% | - |
| XYZ | 43.97 | 36.32 | 7.18 | - |
| YUV | 156.99 | 64.8 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 139 | 45 | 0 | 0.41 | 0.81 | 0.08 | 29.68 | 0.83 | 0.55 |
| Hex | EB | 8B | 2D | 0 | 29 | 51 | 8 | 1E | 53 | 37 |
| Octal | 353 | 213 | 55 | 0 | 51 | 121 | 10 | 36 | 123 | 67 |
| Binary | 11101011 | 10001011 | 101101 | 0 | 101001 | 1010001 | 1000 | 11110 | 1010011 | 110111 |
Color Harmonies of #EB8B2D
Complementary color
Monochromatic Colors of #EB8B2D
Black with #EB8B2D
Text Example
Text Example
White with #EB8B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8B2D; }
p { color: rgb(235,139,45); }
H1.HeaderClassName
{
color: #EB8B2D;
}
.AnyTagClassName
{
color: #EB8B2D;
}
</style>
background-color css
<style>
a { background-color: #EB8B2D; }
a { background-color: rgb(235,139,45); }
div.DivClassName
{
background-color: #EB8B2D;
}
.BgClassName
{
background-color: #EB8B2D;
}
</style>
border-color css
<style>
span { border-color: #EB8B2D; }
span { border-color: rgb(235,139,45); }
td.TdClassName
{
border-color: #EB8B2D;
}
.TagClassName
{
border-color: #EB8B2D;
}
</style>