Shades of Carrot Orange #ED951E
Tints of Carrot Orange #ED951E
RGB
CMYK
RGB Variations
Color information
#ED951E (or 0xED951E) is known color: Carrot Orange. HEX triplet: ED, 95 and 1E. RGB value is (237,149,30). Sum of RGB (Red+Green+Blue) = 237+149+30=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED951E is #126AE1. Grayscale: #A2A2A2. Windows color (decimal): -1207010 or 2004461. OLE color: 2004461.
HSL color Cylindrical-coordinate representation of color #ED951E: hue angle of 34.49º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED951E is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 30 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.07 |
| HSL | 34.49º | 0.85% | 0.52% | - |
| HSV(B) | 34.49º | 0.87% | 0.93% | - |
| XYZ | 45.91 | 39.59 | 6.45 | - |
| YUV | 161.75 | 53.65 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 30 | 0 | 0.37 | 0.87 | 0.07 | 34.49 | 0.85 | 0.52 |
| Hex | ED | 95 | 1E | 0 | 25 | 57 | 7 | 22 | 55 | 34 |
| Octal | 355 | 225 | 36 | 0 | 45 | 127 | 7 | 42 | 125 | 64 |
| Binary | 11101101 | 10010101 | 11110 | 0 | 100101 | 1010111 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #ED951E
Complementary color
Monochromatic Colors of #ED951E
Black with #ED951E
Text Example
Text Example
White with #ED951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED951E; }
p { color: rgb(237,149,30); }
H1.HeaderClassName
{
color: #ED951E;
}
.AnyTagClassName
{
color: #ED951E;
}
</style>
background-color css
<style>
a { background-color: #ED951E; }
a { background-color: rgb(237,149,30); }
div.DivClassName
{
background-color: #ED951E;
}
.BgClassName
{
background-color: #ED951E;
}
</style>
border-color css
<style>
span { border-color: #ED951E; }
span { border-color: rgb(237,149,30); }
td.TdClassName
{
border-color: #ED951E;
}
.TagClassName
{
border-color: #ED951E;
}
</style>