Shades of Carrot Orange #ED9622
Tints of Carrot Orange #ED9622
RGB
CMYK
RGB Variations
Color information
#ED9622 (or 0xED9622) is known color: Carrot Orange. HEX triplet: ED, 96 and 22. RGB value is (237,150,34). Sum of RGB (Red+Green+Blue) = 237+150+34=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9622 is #1269DD. Grayscale: #A3A3A3. Windows color (decimal): -1206750 or 2266861. OLE color: 2266861.
HSL color Cylindrical-coordinate representation of color #ED9622: hue angle of 34.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED9622 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 34 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.07 |
| HSL | 34.29º | 0.85% | 0.53% | - |
| HSV(B) | 34.29º | 0.86% | 0.93% | - |
| XYZ | 46.12 | 39.93 | 6.79 | - |
| YUV | 162.79 | 55.32 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 34 | 0 | 0.37 | 0.86 | 0.07 | 34.29 | 0.85 | 0.53 |
| Hex | ED | 96 | 22 | 0 | 25 | 56 | 7 | 22 | 55 | 35 |
| Octal | 355 | 226 | 42 | 0 | 45 | 126 | 7 | 42 | 125 | 65 |
| Binary | 11101101 | 10010110 | 100010 | 0 | 100101 | 1010110 | 111 | 100010 | 1010101 | 110101 |
Color Harmonies of #ED9622
Complementary color
Monochromatic Colors of #ED9622
Black with #ED9622
Text Example
Text Example
White with #ED9622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9622; }
p { color: rgb(237,150,34); }
H1.HeaderClassName
{
color: #ED9622;
}
.AnyTagClassName
{
color: #ED9622;
}
</style>
background-color css
<style>
a { background-color: #ED9622; }
a { background-color: rgb(237,150,34); }
div.DivClassName
{
background-color: #ED9622;
}
.BgClassName
{
background-color: #ED9622;
}
</style>
border-color css
<style>
span { border-color: #ED9622; }
span { border-color: rgb(237,150,34); }
td.TdClassName
{
border-color: #ED9622;
}
.TagClassName
{
border-color: #ED9622;
}
</style>