Shades of Carrot Orange #ED962D
Tints of Carrot Orange #ED962D
RGB
CMYK
RGB Variations
Color information
#ED962D (or 0xED962D) is known color: Carrot Orange. HEX triplet: ED, 96 and 2D. RGB value is (237,150,45). Sum of RGB (Red+Green+Blue) = 237+150+45=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED962D is #1269D2. Grayscale: #A4A4A4. Windows color (decimal): -1206739 or 2987757. OLE color: 2987757.
HSL color Cylindrical-coordinate representation of color #ED962D: hue angle of 32.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED962D is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 45 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.07 |
| HSL | 32.81º | 0.84% | 0.55% | - |
| HSV(B) | 32.81º | 0.81% | 0.93% | - |
| XYZ | 46.31 | 40.01 | 7.76 | - |
| YUV | 164.04 | 60.82 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 45 | 0 | 0.37 | 0.81 | 0.07 | 32.81 | 0.84 | 0.55 |
| Hex | ED | 96 | 2D | 0 | 25 | 51 | 7 | 21 | 54 | 37 |
| Octal | 355 | 226 | 55 | 0 | 45 | 121 | 7 | 41 | 124 | 67 |
| Binary | 11101101 | 10010110 | 101101 | 0 | 100101 | 1010001 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #ED962D
Complementary color
Monochromatic Colors of #ED962D
Black with #ED962D
Text Example
Text Example
White with #ED962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED962D; }
p { color: rgb(237,150,45); }
H1.HeaderClassName
{
color: #ED962D;
}
.AnyTagClassName
{
color: #ED962D;
}
</style>
background-color css
<style>
a { background-color: #ED962D; }
a { background-color: rgb(237,150,45); }
div.DivClassName
{
background-color: #ED962D;
}
.BgClassName
{
background-color: #ED962D;
}
</style>
border-color css
<style>
span { border-color: #ED962D; }
span { border-color: rgb(237,150,45); }
td.TdClassName
{
border-color: #ED962D;
}
.TagClassName
{
border-color: #ED962D;
}
</style>