Shades of Carrot Orange #EC8A2B
Tints of Carrot Orange #EC8A2B
RGB
CMYK
RGB Variations
Color information
#EC8A2B (or 0xEC8A2B) is known color: Carrot Orange. HEX triplet: EC, 8A and 2B. RGB value is (236,138,43). Sum of RGB (Red+Green+Blue) = 236+138+43=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 43 (17.19% from 255 or 10.31% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A2B is #1375D4. Grayscale: #9C9C9C. Windows color (decimal): -1275349 or 2853612. OLE color: 2853612.
HSL color Cylindrical-coordinate representation of color #EC8A2B: hue angle of 29.53º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC8A2B is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 43 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.07 |
| HSL | 29.53º | 0.84% | 0.55% | - |
| HSV(B) | 29.53º | 0.82% | 0.93% | - |
| XYZ | 44.12 | 36.18 | 6.94 | - |
| YUV | 156.47 | 63.97 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 43 | 0 | 0.42 | 0.82 | 0.07 | 29.53 | 0.84 | 0.55 |
| Hex | EC | 8A | 2B | 0 | 2A | 52 | 7 | 1E | 54 | 37 |
| Octal | 354 | 212 | 53 | 0 | 52 | 122 | 7 | 36 | 124 | 67 |
| Binary | 11101100 | 10001010 | 101011 | 0 | 101010 | 1010010 | 111 | 11110 | 1010100 | 110111 |
Color Harmonies of #EC8A2B
Complementary color
Monochromatic Colors of #EC8A2B
Black with #EC8A2B
Text Example
Text Example
White with #EC8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A2B; }
p { color: rgb(236,138,43); }
H1.HeaderClassName
{
color: #EC8A2B;
}
.AnyTagClassName
{
color: #EC8A2B;
}
</style>
background-color css
<style>
a { background-color: #EC8A2B; }
a { background-color: rgb(236,138,43); }
div.DivClassName
{
background-color: #EC8A2B;
}
.BgClassName
{
background-color: #EC8A2B;
}
</style>
border-color css
<style>
span { border-color: #EC8A2B; }
span { border-color: rgb(236,138,43); }
td.TdClassName
{
border-color: #EC8A2B;
}
.TagClassName
{
border-color: #EC8A2B;
}
</style>