Shades of Carrot Orange #ED901F
Tints of Carrot Orange #ED901F
RGB
CMYK
RGB Variations
Color information
#ED901F (or 0xED901F) is known color: Carrot Orange. HEX triplet: ED, 90 and 1F. RGB value is (237,144,31). Sum of RGB (Red+Green+Blue) = 237+144+31=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED901F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED901F is #126FE0. Grayscale: #9F9F9F. Windows color (decimal): -1208289 or 2068717. OLE color: 2068717.
HSL color Cylindrical-coordinate representation of color #ED901F: hue angle of 32.91º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED901F is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 31 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.07 |
| HSL | 32.91º | 0.85% | 0.53% | - |
| HSV(B) | 32.91º | 0.87% | 0.93% | - |
| XYZ | 45.15 | 38.05 | 6.26 | - |
| YUV | 158.93 | 55.81 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 31 | 0 | 0.39 | 0.87 | 0.07 | 32.91 | 0.85 | 0.53 |
| Hex | ED | 90 | 1F | 0 | 27 | 57 | 7 | 21 | 55 | 35 |
| Octal | 355 | 220 | 37 | 0 | 47 | 127 | 7 | 41 | 125 | 65 |
| Binary | 11101101 | 10010000 | 11111 | 0 | 100111 | 1010111 | 111 | 100001 | 1010101 | 110101 |
Color Harmonies of #ED901F
Complementary color
Monochromatic Colors of #ED901F
Black with #ED901F
Text Example
Text Example
White with #ED901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED901F; }
p { color: rgb(237,144,31); }
H1.HeaderClassName
{
color: #ED901F;
}
.AnyTagClassName
{
color: #ED901F;
}
</style>
background-color css
<style>
a { background-color: #ED901F; }
a { background-color: rgb(237,144,31); }
div.DivClassName
{
background-color: #ED901F;
}
.BgClassName
{
background-color: #ED901F;
}
</style>
border-color css
<style>
span { border-color: #ED901F; }
span { border-color: rgb(237,144,31); }
td.TdClassName
{
border-color: #ED901F;
}
.TagClassName
{
border-color: #ED901F;
}
</style>