Shades of Carrot Orange #ED8021
Tints of Carrot Orange #ED8021
RGB
CMYK
RGB Variations
Color information
#ED8021 (or 0xED8021) is known color: Carrot Orange. HEX triplet: ED, 80 and 21. RGB value is (237,128,33). Sum of RGB (Red+Green+Blue) = 237+128+33=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8021 is #127FDE. Grayscale: #969696. Windows color (decimal): -1212383 or 2195693. OLE color: 2195693.
HSL color Cylindrical-coordinate representation of color #ED8021: hue angle of 27.94º 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 #ED8021 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 33 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.07 |
| HSL | 27.94º | 0.85% | 0.53% | - |
| HSV(B) | 27.94º | 0.86% | 0.93% | - |
| XYZ | 42.92 | 33.55 | 5.65 | - |
| YUV | 149.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 33 | 0 | 0.46 | 0.86 | 0.07 | 27.94 | 0.85 | 0.53 |
| Hex | ED | 80 | 21 | 0 | 2E | 56 | 7 | 1C | 55 | 35 |
| Octal | 355 | 200 | 41 | 0 | 56 | 126 | 7 | 34 | 125 | 65 |
| Binary | 11101101 | 10000000 | 100001 | 0 | 101110 | 1010110 | 111 | 11100 | 1010101 | 110101 |
Color Harmonies of #ED8021
Complementary color
Monochromatic Colors of #ED8021
Black with #ED8021
Text Example
Text Example
White with #ED8021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8021; }
p { color: rgb(237,128,33); }
H1.HeaderClassName
{
color: #ED8021;
}
.AnyTagClassName
{
color: #ED8021;
}
</style>
background-color css
<style>
a { background-color: #ED8021; }
a { background-color: rgb(237,128,33); }
div.DivClassName
{
background-color: #ED8021;
}
.BgClassName
{
background-color: #ED8021;
}
</style>
border-color css
<style>
span { border-color: #ED8021; }
span { border-color: rgb(237,128,33); }
td.TdClassName
{
border-color: #ED8021;
}
.TagClassName
{
border-color: #ED8021;
}
</style>