Shades of Carrot Orange #ED961E
Tints of Carrot Orange #ED961E
RGB
CMYK
RGB Variations
Color information
#ED961E (or 0xED961E) is known color: Carrot Orange. HEX triplet: ED, 96 and 1E. RGB value is (237,150,30). Sum of RGB (Red+Green+Blue) = 237+150+30=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED961E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED961E is #1269E1. Grayscale: #A2A2A2. Windows color (decimal): -1206754 or 2004717. OLE color: 2004717.
HSL color Cylindrical-coordinate representation of color #ED961E: hue angle of 34.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED961E is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 30 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.07 |
| HSL | 34.78º | 0.85% | 0.52% | - |
| HSV(B) | 34.78º | 0.87% | 0.93% | - |
| XYZ | 46.07 | 39.91 | 6.5 | - |
| YUV | 162.33 | 53.32 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 30 | 0 | 0.37 | 0.87 | 0.07 | 34.78 | 0.85 | 0.52 |
| Hex | ED | 96 | 1E | 0 | 25 | 57 | 7 | 23 | 55 | 34 |
| Octal | 355 | 226 | 36 | 0 | 45 | 127 | 7 | 43 | 125 | 64 |
| Binary | 11101101 | 10010110 | 11110 | 0 | 100101 | 1010111 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #ED961E
Complementary color
Monochromatic Colors of #ED961E
Black with #ED961E
Text Example
Text Example
White with #ED961E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED961E; }
p { color: rgb(237,150,30); }
H1.HeaderClassName
{
color: #ED961E;
}
.AnyTagClassName
{
color: #ED961E;
}
</style>
background-color css
<style>
a { background-color: #ED961E; }
a { background-color: rgb(237,150,30); }
div.DivClassName
{
background-color: #ED961E;
}
.BgClassName
{
background-color: #ED961E;
}
</style>
border-color css
<style>
span { border-color: #ED961E; }
span { border-color: rgb(237,150,30); }
td.TdClassName
{
border-color: #ED961E;
}
.TagClassName
{
border-color: #ED961E;
}
</style>