Shades of Carrot Orange #ED8816
Tints of Carrot Orange #ED8816
RGB
CMYK
RGB Variations
Color information
#ED8816 (or 0xED8816) is known color: Carrot Orange. HEX triplet: ED, 88 and 16. RGB value is (237,136,22). Sum of RGB (Red+Green+Blue) = 237+136+22=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8816 is #1277E9. Grayscale: #999999. Windows color (decimal): -1210346 or 1476845. OLE color: 1476845.
HSL color Cylindrical-coordinate representation of color #ED8816: hue angle of 31.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED8816 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.07 |
| HSL | 31.81º | 0.86% | 0.51% | - |
| HSV(B) | 31.81º | 0.91% | 0.93% | - |
| XYZ | 43.87 | 35.67 | 5.33 | - |
| YUV | 153.2 | 53.96 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 22 | 0 | 0.43 | 0.91 | 0.07 | 31.81 | 0.86 | 0.51 |
| Hex | ED | 88 | 16 | 0 | 2B | 5B | 7 | 20 | 56 | 33 |
| Octal | 355 | 210 | 26 | 0 | 53 | 133 | 7 | 40 | 126 | 63 |
| Binary | 11101101 | 10001000 | 10110 | 0 | 101011 | 1011011 | 111 | 100000 | 1010110 | 110011 |
Color Harmonies of #ED8816
Complementary color
Monochromatic Colors of #ED8816
Black with #ED8816
Text Example
Text Example
White with #ED8816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8816; }
p { color: rgb(237,136,22); }
H1.HeaderClassName
{
color: #ED8816;
}
.AnyTagClassName
{
color: #ED8816;
}
</style>
background-color css
<style>
a { background-color: #ED8816; }
a { background-color: rgb(237,136,22); }
div.DivClassName
{
background-color: #ED8816;
}
.BgClassName
{
background-color: #ED8816;
}
</style>
border-color css
<style>
span { border-color: #ED8816; }
span { border-color: rgb(237,136,22); }
td.TdClassName
{
border-color: #ED8816;
}
.TagClassName
{
border-color: #ED8816;
}
</style>