Shades of Carrot Orange #EC8A26
Tints of Carrot Orange #EC8A26
RGB
CMYK
RGB Variations
Color information
#EC8A26 (or 0xEC8A26) is known color: Carrot Orange. HEX triplet: EC, 8A and 26. RGB value is (236,138,38). Sum of RGB (Red+Green+Blue) = 236+138+38=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A26 is #1375D9. Grayscale: #9C9C9C. Windows color (decimal): -1275354 or 2525932. OLE color: 2525932.
HSL color Cylindrical-coordinate representation of color #EC8A26: hue angle of 30.3º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC8A26 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 38 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.07 |
| HSL | 30.3º | 0.84% | 0.54% | - |
| HSV(B) | 30.3º | 0.84% | 0.93% | - |
| XYZ | 44.03 | 36.15 | 6.49 | - |
| YUV | 155.9 | 61.47 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 38 | 0 | 0.42 | 0.84 | 0.07 | 30.3 | 0.84 | 0.54 |
| Hex | EC | 8A | 26 | 0 | 2A | 54 | 7 | 1E | 54 | 36 |
| Octal | 354 | 212 | 46 | 0 | 52 | 124 | 7 | 36 | 124 | 66 |
| Binary | 11101100 | 10001010 | 100110 | 0 | 101010 | 1010100 | 111 | 11110 | 1010100 | 110110 |
Color Harmonies of #EC8A26
Complementary color
Monochromatic Colors of #EC8A26
Black with #EC8A26
Text Example
Text Example
White with #EC8A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A26; }
p { color: rgb(236,138,38); }
H1.HeaderClassName
{
color: #EC8A26;
}
.AnyTagClassName
{
color: #EC8A26;
}
</style>
background-color css
<style>
a { background-color: #EC8A26; }
a { background-color: rgb(236,138,38); }
div.DivClassName
{
background-color: #EC8A26;
}
.BgClassName
{
background-color: #EC8A26;
}
</style>
border-color css
<style>
span { border-color: #EC8A26; }
span { border-color: rgb(236,138,38); }
td.TdClassName
{
border-color: #EC8A26;
}
.TagClassName
{
border-color: #EC8A26;
}
</style>