Shades of Carrot Orange #EC8A23
Tints of Carrot Orange #EC8A23
RGB
CMYK
RGB Variations
Color information
#EC8A23 (or 0xEC8A23) is known color: Carrot Orange. HEX triplet: EC, 8A and 23. RGB value is (236,138,35). Sum of RGB (Red+Green+Blue) = 236+138+35=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A23 is #1375DC. Grayscale: #9C9C9C. Windows color (decimal): -1275357 or 2329324. OLE color: 2329324.
HSL color Cylindrical-coordinate representation of color #EC8A23: hue angle of 30.75º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC8A23 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 35 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.07 |
| HSL | 30.75º | 0.84% | 0.53% | - |
| HSV(B) | 30.75º | 0.85% | 0.93% | - |
| XYZ | 43.98 | 36.13 | 6.25 | - |
| YUV | 155.56 | 59.97 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 35 | 0 | 0.42 | 0.85 | 0.07 | 30.75 | 0.84 | 0.53 |
| Hex | EC | 8A | 23 | 0 | 2A | 55 | 7 | 1F | 54 | 35 |
| Octal | 354 | 212 | 43 | 0 | 52 | 125 | 7 | 37 | 124 | 65 |
| Binary | 11101100 | 10001010 | 100011 | 0 | 101010 | 1010101 | 111 | 11111 | 1010100 | 110101 |
Color Harmonies of #EC8A23
Complementary color
Monochromatic Colors of #EC8A23
Black with #EC8A23
Text Example
Text Example
White with #EC8A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8A23; }
p { color: rgb(236,138,35); }
H1.HeaderClassName
{
color: #EC8A23;
}
.AnyTagClassName
{
color: #EC8A23;
}
</style>
background-color css
<style>
a { background-color: #EC8A23; }
a { background-color: rgb(236,138,35); }
div.DivClassName
{
background-color: #EC8A23;
}
.BgClassName
{
background-color: #EC8A23;
}
</style>
border-color css
<style>
span { border-color: #EC8A23; }
span { border-color: rgb(236,138,35); }
td.TdClassName
{
border-color: #EC8A23;
}
.TagClassName
{
border-color: #EC8A23;
}
</style>