Shades of Carrot Orange #ED8720
Tints of Carrot Orange #ED8720
RGB
CMYK
RGB Variations
Color information
#ED8720 (or 0xED8720) is known color: Carrot Orange. HEX triplet: ED, 87 and 20. RGB value is (237,135,32). Sum of RGB (Red+Green+Blue) = 237+135+32=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8720 is #1278DF. Grayscale: #9A9A9A. Windows color (decimal): -1210592 or 2131949. OLE color: 2131949.
HSL color Cylindrical-coordinate representation of color #ED8720: hue angle of 30.15º 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 #ED8720 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 32 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.07 |
| HSL | 30.15º | 0.85% | 0.53% | - |
| HSV(B) | 30.15º | 0.86% | 0.93% | - |
| XYZ | 43.85 | 35.44 | 5.9 | - |
| YUV | 153.76 | 59.29 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 32 | 0 | 0.43 | 0.86 | 0.07 | 30.15 | 0.85 | 0.53 |
| Hex | ED | 87 | 20 | 0 | 2B | 56 | 7 | 1E | 55 | 35 |
| Octal | 355 | 207 | 40 | 0 | 53 | 126 | 7 | 36 | 125 | 65 |
| Binary | 11101101 | 10000111 | 100000 | 0 | 101011 | 1010110 | 111 | 11110 | 1010101 | 110101 |
Color Harmonies of #ED8720
Complementary color
Monochromatic Colors of #ED8720
Black with #ED8720
Text Example
Text Example
White with #ED8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8720; }
p { color: rgb(237,135,32); }
H1.HeaderClassName
{
color: #ED8720;
}
.AnyTagClassName
{
color: #ED8720;
}
</style>
background-color css
<style>
a { background-color: #ED8720; }
a { background-color: rgb(237,135,32); }
div.DivClassName
{
background-color: #ED8720;
}
.BgClassName
{
background-color: #ED8720;
}
</style>
border-color css
<style>
span { border-color: #ED8720; }
span { border-color: rgb(237,135,32); }
td.TdClassName
{
border-color: #ED8720;
}
.TagClassName
{
border-color: #ED8720;
}
</style>