Shades of Carrot Orange #EC8B23
Tints of Carrot Orange #EC8B23
RGB
CMYK
RGB Variations
Color information
#EC8B23 (or 0xEC8B23) is known color: Carrot Orange. HEX triplet: EC, 8B and 23. RGB value is (236,139,35). Sum of RGB (Red+Green+Blue) = 236+139+35=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8B23 is #1374DC. Grayscale: #9C9C9C. Windows color (decimal): -1275101 or 2329580. OLE color: 2329580.
HSL color Cylindrical-coordinate representation of color #EC8B23: hue angle of 31.04º 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 #EC8B23 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 35 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.07 |
| HSL | 31.04º | 0.84% | 0.53% | - |
| HSV(B) | 31.04º | 0.85% | 0.93% | - |
| XYZ | 44.13 | 36.42 | 6.29 | - |
| YUV | 156.15 | 59.64 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 35 | 0 | 0.41 | 0.85 | 0.07 | 31.04 | 0.84 | 0.53 |
| Hex | EC | 8B | 23 | 0 | 29 | 55 | 7 | 1F | 54 | 35 |
| Octal | 354 | 213 | 43 | 0 | 51 | 125 | 7 | 37 | 124 | 65 |
| Binary | 11101100 | 10001011 | 100011 | 0 | 101001 | 1010101 | 111 | 11111 | 1010100 | 110101 |
Color Harmonies of #EC8B23
Complementary color
Monochromatic Colors of #EC8B23
Black with #EC8B23
Text Example
Text Example
White with #EC8B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8B23; }
p { color: rgb(236,139,35); }
H1.HeaderClassName
{
color: #EC8B23;
}
.AnyTagClassName
{
color: #EC8B23;
}
</style>
background-color css
<style>
a { background-color: #EC8B23; }
a { background-color: rgb(236,139,35); }
div.DivClassName
{
background-color: #EC8B23;
}
.BgClassName
{
background-color: #EC8B23;
}
</style>
border-color css
<style>
span { border-color: #EC8B23; }
span { border-color: rgb(236,139,35); }
td.TdClassName
{
border-color: #EC8B23;
}
.TagClassName
{
border-color: #EC8B23;
}
</style>