Shades of Carrot Orange #ED912A
Tints of Carrot Orange #ED912A
RGB
CMYK
RGB Variations
Color information
#ED912A (or 0xED912A) is known color: Carrot Orange. HEX triplet: ED, 91 and 2A. RGB value is (237,145,42). Sum of RGB (Red+Green+Blue) = 237+145+42=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED912A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED912A is #126ED5. Grayscale: #A1A1A1. Windows color (decimal): -1208022 or 2789869. OLE color: 2789869.
HSL color Cylindrical-coordinate representation of color #ED912A: hue angle of 31.69º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED912A is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 42 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.07 |
| HSL | 31.69º | 0.84% | 0.55% | - |
| HSV(B) | 31.69º | 0.82% | 0.93% | - |
| XYZ | 45.47 | 38.42 | 7.21 | - |
| YUV | 160.77 | 60.98 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 42 | 0 | 0.39 | 0.82 | 0.07 | 31.69 | 0.84 | 0.55 |
| Hex | ED | 91 | 2A | 0 | 27 | 52 | 7 | 20 | 54 | 37 |
| Octal | 355 | 221 | 52 | 0 | 47 | 122 | 7 | 40 | 124 | 67 |
| Binary | 11101101 | 10010001 | 101010 | 0 | 100111 | 1010010 | 111 | 100000 | 1010100 | 110111 |
Color Harmonies of #ED912A
Complementary color
Monochromatic Colors of #ED912A
Black with #ED912A
Text Example
Text Example
White with #ED912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED912A; }
p { color: rgb(237,145,42); }
H1.HeaderClassName
{
color: #ED912A;
}
.AnyTagClassName
{
color: #ED912A;
}
</style>
background-color css
<style>
a { background-color: #ED912A; }
a { background-color: rgb(237,145,42); }
div.DivClassName
{
background-color: #ED912A;
}
.BgClassName
{
background-color: #ED912A;
}
</style>
border-color css
<style>
span { border-color: #ED912A; }
span { border-color: rgb(237,145,42); }
td.TdClassName
{
border-color: #ED912A;
}
.TagClassName
{
border-color: #ED912A;
}
</style>