Shades of Carrot Orange #EC8B28
Tints of Carrot Orange #EC8B28
RGB
CMYK
RGB Variations
Color information
#EC8B28 (or 0xEC8B28) is known color: Carrot Orange. HEX triplet: EC, 8B and 28. RGB value is (236,139,40). Sum of RGB (Red+Green+Blue) = 236+139+40=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B28 is #1374D7. Grayscale: #9D9D9D. Windows color (decimal): -1275096 or 2657260. OLE color: 2657260.
HSL color Cylindrical-coordinate representation of color #EC8B28: hue angle of 30.31º 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 #EC8B28 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 40 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.07 |
| HSL | 30.31º | 0.84% | 0.54% | - |
| HSV(B) | 30.31º | 0.83% | 0.93% | - |
| XYZ | 44.21 | 36.45 | 6.71 | - |
| YUV | 156.72 | 62.14 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 40 | 0 | 0.41 | 0.83 | 0.07 | 30.31 | 0.84 | 0.54 |
| Hex | EC | 8B | 28 | 0 | 29 | 53 | 7 | 1E | 54 | 36 |
| Octal | 354 | 213 | 50 | 0 | 51 | 123 | 7 | 36 | 124 | 66 |
| Binary | 11101100 | 10001011 | 101000 | 0 | 101001 | 1010011 | 111 | 11110 | 1010100 | 110110 |
Color Harmonies of #EC8B28
Complementary color
Monochromatic Colors of #EC8B28
Black with #EC8B28
Text Example
Text Example
White with #EC8B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B28; }
p { color: rgb(236,139,40); }
H1.HeaderClassName
{
color: #EC8B28;
}
.AnyTagClassName
{
color: #EC8B28;
}
</style>
background-color css
<style>
a { background-color: #EC8B28; }
a { background-color: rgb(236,139,40); }
div.DivClassName
{
background-color: #EC8B28;
}
.BgClassName
{
background-color: #EC8B28;
}
</style>
border-color css
<style>
span { border-color: #EC8B28; }
span { border-color: rgb(236,139,40); }
td.TdClassName
{
border-color: #EC8B28;
}
.TagClassName
{
border-color: #EC8B28;
}
</style>