Shades of Carrot Orange #ED9014
Tints of Carrot Orange #ED9014
RGB
CMYK
RGB Variations
Color information
#ED9014 (or 0xED9014) is known color: Carrot Orange. HEX triplet: ED, 90 and 14. RGB value is (237,144,20). Sum of RGB (Red+Green+Blue) = 237+144+20=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9014 is #126FEB. Grayscale: #9E9E9E. Windows color (decimal): -1208300 or 1347821. OLE color: 1347821.
HSL color Cylindrical-coordinate representation of color #ED9014: hue angle of 34.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED9014 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 20 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.07 |
| HSL | 34.29º | 0.86% | 0.5% | - |
| HSV(B) | 34.29º | 0.92% | 0.93% | - |
| XYZ | 45.02 | 38 | 5.62 | - |
| YUV | 157.67 | 50.31 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 20 | 0 | 0.39 | 0.92 | 0.07 | 34.29 | 0.86 | 0.5 |
| Hex | ED | 90 | 14 | 0 | 27 | 5C | 7 | 22 | 56 | 32 |
| Octal | 355 | 220 | 24 | 0 | 47 | 134 | 7 | 42 | 126 | 62 |
| Binary | 11101101 | 10010000 | 10100 | 0 | 100111 | 1011100 | 111 | 100010 | 1010110 | 110010 |
Color Harmonies of #ED9014
Complementary color
Monochromatic Colors of #ED9014
Black with #ED9014
Text Example
Text Example
White with #ED9014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9014; }
p { color: rgb(237,144,20); }
H1.HeaderClassName
{
color: #ED9014;
}
.AnyTagClassName
{
color: #ED9014;
}
</style>
background-color css
<style>
a { background-color: #ED9014; }
a { background-color: rgb(237,144,20); }
div.DivClassName
{
background-color: #ED9014;
}
.BgClassName
{
background-color: #ED9014;
}
</style>
border-color css
<style>
span { border-color: #ED9014; }
span { border-color: rgb(237,144,20); }
td.TdClassName
{
border-color: #ED9014;
}
.TagClassName
{
border-color: #ED9014;
}
</style>