Shades of Carrot Orange #ED8521
Tints of Carrot Orange #ED8521
RGB
CMYK
RGB Variations
Color information
#ED8521 (or 0xED8521) is known color: Carrot Orange. HEX triplet: ED, 85 and 21. RGB value is (237,133,33). Sum of RGB (Red+Green+Blue) = 237+133+33=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8521 is #127ADE. Grayscale: #999999. Windows color (decimal): -1211103 or 2196973. OLE color: 2196973.
HSL color Cylindrical-coordinate representation of color #ED8521: hue angle of 29.41º 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 #ED8521 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 33 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.07 |
| HSL | 29.41º | 0.85% | 0.53% | - |
| HSV(B) | 29.41º | 0.86% | 0.93% | - |
| XYZ | 43.59 | 34.89 | 5.88 | - |
| YUV | 152.7 | 60.46 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 33 | 0 | 0.44 | 0.86 | 0.07 | 29.41 | 0.85 | 0.53 |
| Hex | ED | 85 | 21 | 0 | 2C | 56 | 7 | 1D | 55 | 35 |
| Octal | 355 | 205 | 41 | 0 | 54 | 126 | 7 | 35 | 125 | 65 |
| Binary | 11101101 | 10000101 | 100001 | 0 | 101100 | 1010110 | 111 | 11101 | 1010101 | 110101 |
Color Harmonies of #ED8521
Complementary color
Monochromatic Colors of #ED8521
Black with #ED8521
Text Example
Text Example
White with #ED8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8521; }
p { color: rgb(237,133,33); }
H1.HeaderClassName
{
color: #ED8521;
}
.AnyTagClassName
{
color: #ED8521;
}
</style>
background-color css
<style>
a { background-color: #ED8521; }
a { background-color: rgb(237,133,33); }
div.DivClassName
{
background-color: #ED8521;
}
.BgClassName
{
background-color: #ED8521;
}
</style>
border-color css
<style>
span { border-color: #ED8521; }
span { border-color: rgb(237,133,33); }
td.TdClassName
{
border-color: #ED8521;
}
.TagClassName
{
border-color: #ED8521;
}
</style>