Shades of Carrot Orange #ED8818
Tints of Carrot Orange #ED8818
RGB
CMYK
RGB Variations
Color information
#ED8818 (or 0xED8818) is known color: Carrot Orange. HEX triplet: ED, 88 and 18. RGB value is (237,136,24). Sum of RGB (Red+Green+Blue) = 237+136+24=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8818 is #1277E7. Grayscale: #999999. Windows color (decimal): -1210344 or 1607917. OLE color: 1607917.
HSL color Cylindrical-coordinate representation of color #ED8818: hue angle of 31.55º 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 #ED8818 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.07 |
| HSL | 31.55º | 0.86% | 0.51% | - |
| HSV(B) | 31.55º | 0.9% | 0.93% | - |
| XYZ | 43.89 | 35.68 | 5.44 | - |
| YUV | 153.43 | 54.96 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 24 | 0 | 0.43 | 0.90 | 0.07 | 31.55 | 0.86 | 0.51 |
| Hex | ED | 88 | 18 | 0 | 2B | 5A | 7 | 20 | 56 | 33 |
| Octal | 355 | 210 | 30 | 0 | 53 | 132 | 7 | 40 | 126 | 63 |
| Binary | 11101101 | 10001000 | 11000 | 0 | 101011 | 1011010 | 111 | 100000 | 1010110 | 110011 |
Color Harmonies of #ED8818
Complementary color
Monochromatic Colors of #ED8818
Black with #ED8818
Text Example
Text Example
White with #ED8818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8818; }
p { color: rgb(237,136,24); }
H1.HeaderClassName
{
color: #ED8818;
}
.AnyTagClassName
{
color: #ED8818;
}
</style>
background-color css
<style>
a { background-color: #ED8818; }
a { background-color: rgb(237,136,24); }
div.DivClassName
{
background-color: #ED8818;
}
.BgClassName
{
background-color: #ED8818;
}
</style>
border-color css
<style>
span { border-color: #ED8818; }
span { border-color: rgb(237,136,24); }
td.TdClassName
{
border-color: #ED8818;
}
.TagClassName
{
border-color: #ED8818;
}
</style>