Shades of Carrot Orange #EC951E
Tints of Carrot Orange #EC951E
RGB
CMYK
RGB Variations
Color information
#EC951E (or 0xEC951E) is known color: Carrot Orange. HEX triplet: EC, 95 and 1E. RGB value is (236,149,30). Sum of RGB (Red+Green+Blue) = 236+149+30=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 30 (12.11% from 255 or 7.23% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC951E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC951E is #136AE1. Grayscale: #A2A2A2. Windows color (decimal): -1272546 or 2004460. OLE color: 2004460.
HSL color Cylindrical-coordinate representation of color #EC951E: hue angle of 34.66º degrees, saturation: 0.84, 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 #EC951E is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 30 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.07 |
| HSL | 34.66º | 0.84% | 0.52% | - |
| HSV(B) | 34.66º | 0.87% | 0.93% | - |
| XYZ | 45.57 | 39.42 | 6.44 | - |
| YUV | 161.45 | 53.82 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 30 | 0 | 0.37 | 0.87 | 0.07 | 34.66 | 0.84 | 0.52 |
| Hex | EC | 95 | 1E | 0 | 25 | 57 | 7 | 23 | 54 | 34 |
| Octal | 354 | 225 | 36 | 0 | 45 | 127 | 7 | 43 | 124 | 64 |
| Binary | 11101100 | 10010101 | 11110 | 0 | 100101 | 1010111 | 111 | 100011 | 1010100 | 110100 |
Color Harmonies of #EC951E
Complementary color
Monochromatic Colors of #EC951E
Black with #EC951E
Text Example
Text Example
White with #EC951E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC951E; }
p { color: rgb(236,149,30); }
H1.HeaderClassName
{
color: #EC951E;
}
.AnyTagClassName
{
color: #EC951E;
}
</style>
background-color css
<style>
a { background-color: #EC951E; }
a { background-color: rgb(236,149,30); }
div.DivClassName
{
background-color: #EC951E;
}
.BgClassName
{
background-color: #EC951E;
}
</style>
border-color css
<style>
span { border-color: #EC951E; }
span { border-color: rgb(236,149,30); }
td.TdClassName
{
border-color: #EC951E;
}
.TagClassName
{
border-color: #EC951E;
}
</style>