Shades of Sun #EB963D
Tints of Sun #EB963D
RGB
CMYK
RGB Variations
Color information
#EB963D (or 0xEB963D) is known color: Sun. HEX triplet: EB, 96 and 3D. RGB value is (235,150,61). Sum of RGB (Red+Green+Blue) = 235+150+61=446 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.69% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 235 - color contains mainly: red. Hex color #EB963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB963D is #1469C2. Grayscale: #A5A5A5. Windows color (decimal): -1337795 or 4036331. OLE color: 4036331.
HSL color Cylindrical-coordinate representation of color #EB963D: hue angle of 30.69º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB963D is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 150 | 61 | - |
| CMYK | 0 | 0.36 | 0.74 | 0.08 |
| HSL | 30.69º | 0.81% | 0.58% | - |
| HSV(B) | 30.69º | 0.74% | 0.92% | - |
| XYZ | 46.01 | 39.81 | 9.67 | - |
| YUV | 165.27 | 69.16 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 150 | 61 | 0 | 0.36 | 0.74 | 0.08 | 30.69 | 0.81 | 0.58 |
| Hex | EB | 96 | 3D | 0 | 24 | 4A | 8 | 1F | 51 | 3A |
| Octal | 353 | 226 | 75 | 0 | 44 | 112 | 10 | 37 | 121 | 72 |
| Binary | 11101011 | 10010110 | 111101 | 0 | 100100 | 1001010 | 1000 | 11111 | 1010001 | 111010 |
Color Harmonies of #EB963D
Complementary color
Monochromatic Colors of #EB963D
Black with #EB963D
Text Example
Text Example
White with #EB963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB963D; }
p { color: rgb(235,150,61); }
H1.HeaderClassName
{
color: #EB963D;
}
.AnyTagClassName
{
color: #EB963D;
}
</style>
background-color css
<style>
a { background-color: #EB963D; }
a { background-color: rgb(235,150,61); }
div.DivClassName
{
background-color: #EB963D;
}
.BgClassName
{
background-color: #EB963D;
}
</style>
border-color css
<style>
span { border-color: #EB963D; }
span { border-color: rgb(235,150,61); }
td.TdClassName
{
border-color: #EB963D;
}
.TagClassName
{
border-color: #EB963D;
}
</style>