Shades of Carrot Orange #ED9623
Tints of Carrot Orange #ED9623
RGB
CMYK
RGB Variations
Color information
#ED9623 (or 0xED9623) is known color: Carrot Orange. HEX triplet: ED, 96 and 23. RGB value is (237,150,35). Sum of RGB (Red+Green+Blue) = 237+150+35=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9623 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9623 is #1269DC. Grayscale: #A3A3A3. Windows color (decimal): -1206749 or 2332397. OLE color: 2332397.
HSL color Cylindrical-coordinate representation of color #ED9623: hue angle of 34.16º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED9623 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 35 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.07 |
| HSL | 34.16º | 0.85% | 0.53% | - |
| HSV(B) | 34.16º | 0.85% | 0.93% | - |
| XYZ | 46.13 | 39.94 | 6.87 | - |
| YUV | 162.9 | 55.82 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 35 | 0 | 0.37 | 0.85 | 0.07 | 34.16 | 0.85 | 0.53 |
| Hex | ED | 96 | 23 | 0 | 25 | 55 | 7 | 22 | 55 | 35 |
| Octal | 355 | 226 | 43 | 0 | 45 | 125 | 7 | 42 | 125 | 65 |
| Binary | 11101101 | 10010110 | 100011 | 0 | 100101 | 1010101 | 111 | 100010 | 1010101 | 110101 |
Color Harmonies of #ED9623
Complementary color
Monochromatic Colors of #ED9623
Black with #ED9623
Text Example
Text Example
White with #ED9623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9623; }
p { color: rgb(237,150,35); }
H1.HeaderClassName
{
color: #ED9623;
}
.AnyTagClassName
{
color: #ED9623;
}
</style>
background-color css
<style>
a { background-color: #ED9623; }
a { background-color: rgb(237,150,35); }
div.DivClassName
{
background-color: #ED9623;
}
.BgClassName
{
background-color: #ED9623;
}
</style>
border-color css
<style>
span { border-color: #ED9623; }
span { border-color: rgb(237,150,35); }
td.TdClassName
{
border-color: #ED9623;
}
.TagClassName
{
border-color: #ED9623;
}
</style>