Shades of Carrot Orange #EC8A2A
Tints of Carrot Orange #EC8A2A
RGB
CMYK
RGB Variations
Color information
#EC8A2A (or 0xEC8A2A) is known color: Carrot Orange. HEX triplet: EC, 8A and 2A. RGB value is (236,138,42). Sum of RGB (Red+Green+Blue) = 236+138+42=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A2A is #1375D5. Grayscale: #9C9C9C. Windows color (decimal): -1275350 or 2788076. OLE color: 2788076.
HSL color Cylindrical-coordinate representation of color #EC8A2A: hue angle of 29.69º 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 #EC8A2A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 42 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.07 |
| HSL | 29.69º | 0.84% | 0.55% | - |
| HSV(B) | 29.69º | 0.82% | 0.93% | - |
| XYZ | 44.1 | 36.18 | 6.85 | - |
| YUV | 156.36 | 63.47 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 42 | 0 | 0.42 | 0.82 | 0.07 | 29.69 | 0.84 | 0.55 |
| Hex | EC | 8A | 2A | 0 | 2A | 52 | 7 | 1E | 54 | 37 |
| Octal | 354 | 212 | 52 | 0 | 52 | 122 | 7 | 36 | 124 | 67 |
| Binary | 11101100 | 10001010 | 101010 | 0 | 101010 | 1010010 | 111 | 11110 | 1010100 | 110111 |
Color Harmonies of #EC8A2A
Complementary color
Monochromatic Colors of #EC8A2A
Black with #EC8A2A
Text Example
Text Example
White with #EC8A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A2A; }
p { color: rgb(236,138,42); }
H1.HeaderClassName
{
color: #EC8A2A;
}
.AnyTagClassName
{
color: #EC8A2A;
}
</style>
background-color css
<style>
a { background-color: #EC8A2A; }
a { background-color: rgb(236,138,42); }
div.DivClassName
{
background-color: #EC8A2A;
}
.BgClassName
{
background-color: #EC8A2A;
}
</style>
border-color css
<style>
span { border-color: #EC8A2A; }
span { border-color: rgb(236,138,42); }
td.TdClassName
{
border-color: #EC8A2A;
}
.TagClassName
{
border-color: #EC8A2A;
}
</style>