Shades of Carrot Orange #EC9527
Tints of Carrot Orange #EC9527
RGB
CMYK
RGB Variations
Color information
#EC9527 (or 0xEC9527) is known color: Carrot Orange. HEX triplet: EC, 95 and 27. RGB value is (236,149,39). Sum of RGB (Red+Green+Blue) = 236+149+39=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9527 is #136AD8. Grayscale: #A2A2A2. Windows color (decimal): -1272537 or 2594284. OLE color: 2594284.
HSL color Cylindrical-coordinate representation of color #EC9527: hue angle of 33.5º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC9527 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 39 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.07 |
| HSL | 33.5º | 0.84% | 0.54% | - |
| HSV(B) | 33.5º | 0.83% | 0.93% | - |
| XYZ | 45.71 | 39.47 | 7.13 | - |
| YUV | 162.47 | 58.32 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 39 | 0 | 0.37 | 0.83 | 0.07 | 33.5 | 0.84 | 0.54 |
| Hex | EC | 95 | 27 | 0 | 25 | 53 | 7 | 22 | 54 | 36 |
| Octal | 354 | 225 | 47 | 0 | 45 | 123 | 7 | 42 | 124 | 66 |
| Binary | 11101100 | 10010101 | 100111 | 0 | 100101 | 1010011 | 111 | 100010 | 1010100 | 110110 |
Color Harmonies of #EC9527
Complementary color
Monochromatic Colors of #EC9527
Black with #EC9527
Text Example
Text Example
White with #EC9527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9527; }
p { color: rgb(236,149,39); }
H1.HeaderClassName
{
color: #EC9527;
}
.AnyTagClassName
{
color: #EC9527;
}
</style>
background-color css
<style>
a { background-color: #EC9527; }
a { background-color: rgb(236,149,39); }
div.DivClassName
{
background-color: #EC9527;
}
.BgClassName
{
background-color: #EC9527;
}
</style>
border-color css
<style>
span { border-color: #EC9527; }
span { border-color: rgb(236,149,39); }
td.TdClassName
{
border-color: #EC9527;
}
.TagClassName
{
border-color: #EC9527;
}
</style>