Shades of Carrot Orange #ED941A
Tints of Carrot Orange #ED941A
RGB
CMYK
RGB Variations
Color information
#ED941A (or 0xED941A) is known color: Carrot Orange. HEX triplet: ED, 94 and 1A. RGB value is (237,148,26). Sum of RGB (Red+Green+Blue) = 237+148+26=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED941A is #126BE5. Grayscale: #A1A1A1. Windows color (decimal): -1207270 or 1742061. OLE color: 1742061.
HSL color Cylindrical-coordinate representation of color #ED941A: hue angle of 34.69º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED941A is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 26 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.07 |
| HSL | 34.69º | 0.85% | 0.52% | - |
| HSV(B) | 34.69º | 0.89% | 0.93% | - |
| XYZ | 45.7 | 39.26 | 6.15 | - |
| YUV | 160.7 | 51.99 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 26 | 0 | 0.38 | 0.89 | 0.07 | 34.69 | 0.85 | 0.52 |
| Hex | ED | 94 | 1A | 0 | 26 | 59 | 7 | 23 | 55 | 34 |
| Octal | 355 | 224 | 32 | 0 | 46 | 131 | 7 | 43 | 125 | 64 |
| Binary | 11101101 | 10010100 | 11010 | 0 | 100110 | 1011001 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #ED941A
Complementary color
Monochromatic Colors of #ED941A
Black with #ED941A
Text Example
Text Example
White with #ED941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED941A; }
p { color: rgb(237,148,26); }
H1.HeaderClassName
{
color: #ED941A;
}
.AnyTagClassName
{
color: #ED941A;
}
</style>
background-color css
<style>
a { background-color: #ED941A; }
a { background-color: rgb(237,148,26); }
div.DivClassName
{
background-color: #ED941A;
}
.BgClassName
{
background-color: #ED941A;
}
</style>
border-color css
<style>
span { border-color: #ED941A; }
span { border-color: rgb(237,148,26); }
td.TdClassName
{
border-color: #ED941A;
}
.TagClassName
{
border-color: #ED941A;
}
</style>