Shades of Carrot Orange #ED9215
Tints of Carrot Orange #ED9215
RGB
CMYK
RGB Variations
Color information
#ED9215 (or 0xED9215) is known color: Carrot Orange. HEX triplet: ED, 92 and 15. RGB value is (237,146,21). Sum of RGB (Red+Green+Blue) = 237+146+21=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9215 is #126DEA. Grayscale: #9F9F9F. Windows color (decimal): -1207787 or 1413869. OLE color: 1413869.
HSL color Cylindrical-coordinate representation of color #ED9215: hue angle of 34.72º 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 #ED9215 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.07 |
| HSL | 34.72º | 0.86% | 0.51% | - |
| HSV(B) | 34.72º | 0.91% | 0.93% | - |
| XYZ | 45.34 | 38.62 | 5.77 | - |
| YUV | 158.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 21 | 0 | 0.38 | 0.91 | 0.07 | 34.72 | 0.86 | 0.51 |
| Hex | ED | 92 | 15 | 0 | 26 | 5B | 7 | 23 | 56 | 33 |
| Octal | 355 | 222 | 25 | 0 | 46 | 133 | 7 | 43 | 126 | 63 |
| Binary | 11101101 | 10010010 | 10101 | 0 | 100110 | 1011011 | 111 | 100011 | 1010110 | 110011 |
Color Harmonies of #ED9215
Complementary color
Monochromatic Colors of #ED9215
Black with #ED9215
Text Example
Text Example
White with #ED9215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9215; }
p { color: rgb(237,146,21); }
H1.HeaderClassName
{
color: #ED9215;
}
.AnyTagClassName
{
color: #ED9215;
}
</style>
background-color css
<style>
a { background-color: #ED9215; }
a { background-color: rgb(237,146,21); }
div.DivClassName
{
background-color: #ED9215;
}
.BgClassName
{
background-color: #ED9215;
}
</style>
border-color css
<style>
span { border-color: #ED9215; }
span { border-color: rgb(237,146,21); }
td.TdClassName
{
border-color: #ED9215;
}
.TagClassName
{
border-color: #ED9215;
}
</style>