Shades of Sun #ED963D
Tints of Sun #ED963D
RGB
CMYK
RGB Variations
Color information
#ED963D (or 0xED963D) is known color: Sun. HEX triplet: ED, 96 and 3D. RGB value is (237,150,61). Sum of RGB (Red+Green+Blue) = 237+150+61=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED963D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED963D is #1269C2. Grayscale: #A6A6A6. Windows color (decimal): -1206723 or 4036333. OLE color: 4036333.
HSL color Cylindrical-coordinate representation of color #ED963D: hue angle of 30.34º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED963D is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 61 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.07 |
| HSL | 30.34º | 0.83% | 0.58% | - |
| HSV(B) | 30.34º | 0.74% | 0.93% | - |
| XYZ | 46.67 | 40.15 | 9.71 | - |
| YUV | 165.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 61 | 0 | 0.37 | 0.74 | 0.07 | 30.34 | 0.83 | 0.58 |
| Hex | ED | 96 | 3D | 0 | 25 | 4A | 7 | 1E | 53 | 3A |
| Octal | 355 | 226 | 75 | 0 | 45 | 112 | 7 | 36 | 123 | 72 |
| Binary | 11101101 | 10010110 | 111101 | 0 | 100101 | 1001010 | 111 | 11110 | 1010011 | 111010 |
Color Harmonies of #ED963D
Complementary color
Monochromatic Colors of #ED963D
Black with #ED963D
Text Example
Text Example
White with #ED963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED963D; }
p { color: rgb(237,150,61); }
H1.HeaderClassName
{
color: #ED963D;
}
.AnyTagClassName
{
color: #ED963D;
}
</style>
background-color css
<style>
a { background-color: #ED963D; }
a { background-color: rgb(237,150,61); }
div.DivClassName
{
background-color: #ED963D;
}
.BgClassName
{
background-color: #ED963D;
}
</style>
border-color css
<style>
span { border-color: #ED963D; }
span { border-color: rgb(237,150,61); }
td.TdClassName
{
border-color: #ED963D;
}
.TagClassName
{
border-color: #ED963D;
}
</style>