Shades of Carrot Orange #ED8218
Tints of Carrot Orange #ED8218
RGB
CMYK
RGB Variations
Color information
#ED8218 (or 0xED8218) is known color: Carrot Orange. HEX triplet: ED, 82 and 18. RGB value is (237,130,24). Sum of RGB (Red+Green+Blue) = 237+130+24=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8218 is #127DE7. Grayscale: #969696. Windows color (decimal): -1211880 or 1606381. OLE color: 1606381.
HSL color Cylindrical-coordinate representation of color #ED8218: hue angle of 29.86º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED8218 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 24 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.07 |
| HSL | 29.86º | 0.86% | 0.51% | - |
| HSV(B) | 29.86º | 0.9% | 0.93% | - |
| XYZ | 43.07 | 34.04 | 5.16 | - |
| YUV | 149.91 | 56.95 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 24 | 0 | 0.45 | 0.90 | 0.07 | 29.86 | 0.86 | 0.51 |
| Hex | ED | 82 | 18 | 0 | 2D | 5A | 7 | 1E | 56 | 33 |
| Octal | 355 | 202 | 30 | 0 | 55 | 132 | 7 | 36 | 126 | 63 |
| Binary | 11101101 | 10000010 | 11000 | 0 | 101101 | 1011010 | 111 | 11110 | 1010110 | 110011 |
Color Harmonies of #ED8218
Complementary color
Monochromatic Colors of #ED8218
Black with #ED8218
Text Example
Text Example
White with #ED8218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8218; }
p { color: rgb(237,130,24); }
H1.HeaderClassName
{
color: #ED8218;
}
.AnyTagClassName
{
color: #ED8218;
}
</style>
background-color css
<style>
a { background-color: #ED8218; }
a { background-color: rgb(237,130,24); }
div.DivClassName
{
background-color: #ED8218;
}
.BgClassName
{
background-color: #ED8218;
}
</style>
border-color css
<style>
span { border-color: #ED8218; }
span { border-color: rgb(237,130,24); }
td.TdClassName
{
border-color: #ED8218;
}
.TagClassName
{
border-color: #ED8218;
}
</style>