Shades of Carrot Orange #ED951A
Tints of Carrot Orange #ED951A
RGB
CMYK
RGB Variations
Color information
#ED951A (or 0xED951A) is known color: Carrot Orange. HEX triplet: ED, 95 and 1A. RGB value is (237,149,26). Sum of RGB (Red+Green+Blue) = 237+149+26=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED951A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED951A is #126AE5. Grayscale: #A1A1A1. Windows color (decimal): -1207014 or 1742317. OLE color: 1742317.
HSL color Cylindrical-coordinate representation of color #ED951A: hue angle of 34.98º 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 #ED951A is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 26 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.07 |
| HSL | 34.98º | 0.85% | 0.52% | - |
| HSV(B) | 34.98º | 0.89% | 0.93% | - |
| XYZ | 45.86 | 39.57 | 6.2 | - |
| YUV | 161.29 | 51.65 | 182 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 26 | 0 | 0.37 | 0.89 | 0.07 | 34.98 | 0.85 | 0.52 |
| Hex | ED | 95 | 1A | 0 | 25 | 59 | 7 | 23 | 55 | 34 |
| Octal | 355 | 225 | 32 | 0 | 45 | 131 | 7 | 43 | 125 | 64 |
| Binary | 11101101 | 10010101 | 11010 | 0 | 100101 | 1011001 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #ED951A
Complementary color
Monochromatic Colors of #ED951A
Black with #ED951A
Text Example
Text Example
White with #ED951A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED951A; }
p { color: rgb(237,149,26); }
H1.HeaderClassName
{
color: #ED951A;
}
.AnyTagClassName
{
color: #ED951A;
}
</style>
background-color css
<style>
a { background-color: #ED951A; }
a { background-color: rgb(237,149,26); }
div.DivClassName
{
background-color: #ED951A;
}
.BgClassName
{
background-color: #ED951A;
}
</style>
border-color css
<style>
span { border-color: #ED951A; }
span { border-color: rgb(237,149,26); }
td.TdClassName
{
border-color: #ED951A;
}
.TagClassName
{
border-color: #ED951A;
}
</style>