Shades of Carrot Orange #ED9315
Tints of Carrot Orange #ED9315
RGB
CMYK
RGB Variations
Color information
#ED9315 (or 0xED9315) is known color: Carrot Orange. HEX triplet: ED, 93 and 15. RGB value is (237,147,21). Sum of RGB (Red+Green+Blue) = 237+147+21=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 21 (8.59% from 255 or 5.19% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9315 is #126CEA. Grayscale: #A0A0A0. Windows color (decimal): -1207531 or 1414125. OLE color: 1414125.
HSL color Cylindrical-coordinate representation of color #ED9315: hue angle of 35º 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 #ED9315 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.07 |
| HSL | 35º | 0.86% | 0.51% | - |
| HSV(B) | 35º | 0.91% | 0.93% | - |
| XYZ | 45.49 | 38.93 | 5.83 | - |
| YUV | 159.55 | 49.82 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 21 | 0 | 0.38 | 0.91 | 0.07 | 35 | 0.86 | 0.51 |
| Hex | ED | 93 | 15 | 0 | 26 | 5B | 7 | 23 | 56 | 33 |
| Octal | 355 | 223 | 25 | 0 | 46 | 133 | 7 | 43 | 126 | 63 |
| Binary | 11101101 | 10010011 | 10101 | 0 | 100110 | 1011011 | 111 | 100011 | 1010110 | 110011 |
Color Harmonies of #ED9315
Complementary color
Monochromatic Colors of #ED9315
Black with #ED9315
Text Example
Text Example
White with #ED9315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9315; }
p { color: rgb(237,147,21); }
H1.HeaderClassName
{
color: #ED9315;
}
.AnyTagClassName
{
color: #ED9315;
}
</style>
background-color css
<style>
a { background-color: #ED9315; }
a { background-color: rgb(237,147,21); }
div.DivClassName
{
background-color: #ED9315;
}
.BgClassName
{
background-color: #ED9315;
}
</style>
border-color css
<style>
span { border-color: #ED9315; }
span { border-color: rgb(237,147,21); }
td.TdClassName
{
border-color: #ED9315;
}
.TagClassName
{
border-color: #ED9315;
}
</style>