Shades of Carrot Orange #ED961D
Tints of Carrot Orange #ED961D
RGB
CMYK
RGB Variations
Color information
#ED961D (or 0xED961D) is known color: Carrot Orange. HEX triplet: ED, 96 and 1D. RGB value is (237,150,29). Sum of RGB (Red+Green+Blue) = 237+150+29=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED961D is #1269E2. Grayscale: #A2A2A2. Windows color (decimal): -1206755 or 1939181. OLE color: 1939181.
HSL color Cylindrical-coordinate representation of color #ED961D: hue angle of 34.9º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED961D is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 29 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.07 |
| HSL | 34.9º | 0.85% | 0.52% | - |
| HSV(B) | 34.9º | 0.88% | 0.93% | - |
| XYZ | 46.05 | 39.91 | 6.44 | - |
| YUV | 162.22 | 52.82 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 29 | 0 | 0.37 | 0.88 | 0.07 | 34.9 | 0.85 | 0.52 |
| Hex | ED | 96 | 1D | 0 | 25 | 58 | 7 | 23 | 55 | 34 |
| Octal | 355 | 226 | 35 | 0 | 45 | 130 | 7 | 43 | 125 | 64 |
| Binary | 11101101 | 10010110 | 11101 | 0 | 100101 | 1011000 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #ED961D
Complementary color
Monochromatic Colors of #ED961D
Black with #ED961D
Text Example
Text Example
White with #ED961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED961D; }
p { color: rgb(237,150,29); }
H1.HeaderClassName
{
color: #ED961D;
}
.AnyTagClassName
{
color: #ED961D;
}
</style>
background-color css
<style>
a { background-color: #ED961D; }
a { background-color: rgb(237,150,29); }
div.DivClassName
{
background-color: #ED961D;
}
.BgClassName
{
background-color: #ED961D;
}
</style>
border-color css
<style>
span { border-color: #ED961D; }
span { border-color: rgb(237,150,29); }
td.TdClassName
{
border-color: #ED961D;
}
.TagClassName
{
border-color: #ED961D;
}
</style>