Shades of Carrot Orange #ED8621
Tints of Carrot Orange #ED8621
RGB
CMYK
RGB Variations
Color information
#ED8621 (or 0xED8621) is known color: Carrot Orange. HEX triplet: ED, 86 and 21. RGB value is (237,134,33). Sum of RGB (Red+Green+Blue) = 237+134+33=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8621 is #1279DE. Grayscale: #999999. Windows color (decimal): -1210847 or 2197229. OLE color: 2197229.
HSL color Cylindrical-coordinate representation of color #ED8621: hue angle of 29.71º 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 #ED8621 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 33 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.07 |
| HSL | 29.71º | 0.85% | 0.53% | - |
| HSV(B) | 29.71º | 0.86% | 0.93% | - |
| XYZ | 43.72 | 35.16 | 5.92 | - |
| YUV | 153.28 | 60.12 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 33 | 0 | 0.43 | 0.86 | 0.07 | 29.71 | 0.85 | 0.53 |
| Hex | ED | 86 | 21 | 0 | 2B | 56 | 7 | 1E | 55 | 35 |
| Octal | 355 | 206 | 41 | 0 | 53 | 126 | 7 | 36 | 125 | 65 |
| Binary | 11101101 | 10000110 | 100001 | 0 | 101011 | 1010110 | 111 | 11110 | 1010101 | 110101 |
Color Harmonies of #ED8621
Complementary color
Monochromatic Colors of #ED8621
Black with #ED8621
Text Example
Text Example
White with #ED8621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8621; }
p { color: rgb(237,134,33); }
H1.HeaderClassName
{
color: #ED8621;
}
.AnyTagClassName
{
color: #ED8621;
}
</style>
background-color css
<style>
a { background-color: #ED8621; }
a { background-color: rgb(237,134,33); }
div.DivClassName
{
background-color: #ED8621;
}
.BgClassName
{
background-color: #ED8621;
}
</style>
border-color css
<style>
span { border-color: #ED8621; }
span { border-color: rgb(237,134,33); }
td.TdClassName
{
border-color: #ED8621;
}
.TagClassName
{
border-color: #ED8621;
}
</style>