Shades of Carrot Orange #EC912D
Tints of Carrot Orange #EC912D
RGB
CMYK
RGB Variations
Color information
#EC912D (or 0xEC912D) is known color: Carrot Orange. HEX triplet: EC, 91 and 2D. RGB value is (236,145,45). Sum of RGB (Red+Green+Blue) = 236+145+45=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 45 (17.97% from 255 or 10.56% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC912D is #136ED2. Grayscale: #A1A1A1. Windows color (decimal): -1273555 or 2986476. OLE color: 2986476.
HSL color Cylindrical-coordinate representation of color #EC912D: hue angle of 31.41º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC912D is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 145 | 45 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.07 |
| HSL | 31.41º | 0.83% | 0.55% | - |
| HSV(B) | 31.41º | 0.81% | 0.93% | - |
| XYZ | 45.19 | 38.27 | 7.49 | - |
| YUV | 160.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 145 | 45 | 0 | 0.39 | 0.81 | 0.07 | 31.41 | 0.83 | 0.55 |
| Hex | EC | 91 | 2D | 0 | 27 | 51 | 7 | 1F | 53 | 37 |
| Octal | 354 | 221 | 55 | 0 | 47 | 121 | 7 | 37 | 123 | 67 |
| Binary | 11101100 | 10010001 | 101101 | 0 | 100111 | 1010001 | 111 | 11111 | 1010011 | 110111 |
Color Harmonies of #EC912D
Complementary color
Monochromatic Colors of #EC912D
Black with #EC912D
Text Example
Text Example
White with #EC912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC912D; }
p { color: rgb(236,145,45); }
H1.HeaderClassName
{
color: #EC912D;
}
.AnyTagClassName
{
color: #EC912D;
}
</style>
background-color css
<style>
a { background-color: #EC912D; }
a { background-color: rgb(236,145,45); }
div.DivClassName
{
background-color: #EC912D;
}
.BgClassName
{
background-color: #EC912D;
}
</style>
border-color css
<style>
span { border-color: #EC912D; }
span { border-color: rgb(236,145,45); }
td.TdClassName
{
border-color: #EC912D;
}
.TagClassName
{
border-color: #EC912D;
}
</style>