Shades of Carrot Orange #EC8A1A
Tints of Carrot Orange #EC8A1A
RGB
CMYK
RGB Variations
Color information
#EC8A1A (or 0xEC8A1A) is known color: Carrot Orange. HEX triplet: EC, 8A and 1A. RGB value is (236,138,26). Sum of RGB (Red+Green+Blue) = 236+138+26=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 138 (54.30% from 255 or 34.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A1A is #1375E5. Grayscale: #9B9B9B. Windows color (decimal): -1275366 or 1739500. OLE color: 1739500.
HSL color Cylindrical-coordinate representation of color #EC8A1A: hue angle of 32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC8A1A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 32º | 0.85% | 0.51% | - |
| HSV(B) | 32º | 0.89% | 0.93% | - |
| XYZ | 43.87 | 36.08 | 5.63 | - |
| YUV | 154.53 | 55.47 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 26 | 0 | 0.42 | 0.89 | 0.07 | 32 | 0.85 | 0.51 |
| Hex | EC | 8A | 1A | 0 | 2A | 59 | 7 | 20 | 55 | 33 |
| Octal | 354 | 212 | 32 | 0 | 52 | 131 | 7 | 40 | 125 | 63 |
| Binary | 11101100 | 10001010 | 11010 | 0 | 101010 | 1011001 | 111 | 100000 | 1010101 | 110011 |
Color Harmonies of #EC8A1A
Complementary color
Monochromatic Colors of #EC8A1A
Black with #EC8A1A
Text Example
Text Example
White with #EC8A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A1A; }
p { color: rgb(236,138,26); }
H1.HeaderClassName
{
color: #EC8A1A;
}
.AnyTagClassName
{
color: #EC8A1A;
}
</style>
background-color css
<style>
a { background-color: #EC8A1A; }
a { background-color: rgb(236,138,26); }
div.DivClassName
{
background-color: #EC8A1A;
}
.BgClassName
{
background-color: #EC8A1A;
}
</style>
border-color css
<style>
span { border-color: #EC8A1A; }
span { border-color: rgb(236,138,26); }
td.TdClassName
{
border-color: #EC8A1A;
}
.TagClassName
{
border-color: #EC8A1A;
}
</style>