Shades of Carrot Orange #EC8A22
Tints of Carrot Orange #EC8A22
RGB
CMYK
RGB Variations
Color information
#EC8A22 (or 0xEC8A22) is known color: Carrot Orange. HEX triplet: EC, 8A and 22. RGB value is (236,138,34). Sum of RGB (Red+Green+Blue) = 236+138+34=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A22 is #1375DD. Grayscale: #9B9B9B. Windows color (decimal): -1275358 or 2263788. OLE color: 2263788.
HSL color Cylindrical-coordinate representation of color #EC8A22: hue angle of 30.89º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC8A22 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 34 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.07 |
| HSL | 30.89º | 0.84% | 0.53% | - |
| HSV(B) | 30.89º | 0.86% | 0.93% | - |
| XYZ | 43.97 | 36.13 | 6.17 | - |
| YUV | 155.45 | 59.47 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 34 | 0 | 0.42 | 0.86 | 0.07 | 30.89 | 0.84 | 0.53 |
| Hex | EC | 8A | 22 | 0 | 2A | 56 | 7 | 1F | 54 | 35 |
| Octal | 354 | 212 | 42 | 0 | 52 | 126 | 7 | 37 | 124 | 65 |
| Binary | 11101100 | 10001010 | 100010 | 0 | 101010 | 1010110 | 111 | 11111 | 1010100 | 110101 |
Color Harmonies of #EC8A22
Complementary color
Monochromatic Colors of #EC8A22
Black with #EC8A22
Text Example
Text Example
White with #EC8A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A22; }
p { color: rgb(236,138,34); }
H1.HeaderClassName
{
color: #EC8A22;
}
.AnyTagClassName
{
color: #EC8A22;
}
</style>
background-color css
<style>
a { background-color: #EC8A22; }
a { background-color: rgb(236,138,34); }
div.DivClassName
{
background-color: #EC8A22;
}
.BgClassName
{
background-color: #EC8A22;
}
</style>
border-color css
<style>
span { border-color: #EC8A22; }
span { border-color: rgb(236,138,34); }
td.TdClassName
{
border-color: #EC8A22;
}
.TagClassName
{
border-color: #EC8A22;
}
</style>