Shades of Carrot Orange #ED8E23
Tints of Carrot Orange #ED8E23
RGB
CMYK
RGB Variations
Color information
#ED8E23 (or 0xED8E23) is known color: Carrot Orange. HEX triplet: ED, 8E and 23. RGB value is (237,142,35). Sum of RGB (Red+Green+Blue) = 237+142+35=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 35 (14.06% from 255 or 8.45% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8E23 is #1271DC. Grayscale: #9E9E9E. Windows color (decimal): -1208797 or 2330349. OLE color: 2330349.
HSL color Cylindrical-coordinate representation of color #ED8E23: hue angle of 31.78º degrees, saturation: 0.85, 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 #ED8E23 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 142 | 35 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.07 |
| HSL | 31.78º | 0.85% | 0.53% | - |
| HSV(B) | 31.78º | 0.85% | 0.93% | - |
| XYZ | 44.9 | 37.47 | 6.46 | - |
| YUV | 158.21 | 58.47 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 142 | 35 | 0 | 0.40 | 0.85 | 0.07 | 31.78 | 0.85 | 0.53 |
| Hex | ED | 8E | 23 | 0 | 28 | 55 | 7 | 20 | 55 | 35 |
| Octal | 355 | 216 | 43 | 0 | 50 | 125 | 7 | 40 | 125 | 65 |
| Binary | 11101101 | 10001110 | 100011 | 0 | 101000 | 1010101 | 111 | 100000 | 1010101 | 110101 |
Color Harmonies of #ED8E23
Complementary color
Monochromatic Colors of #ED8E23
Black with #ED8E23
Text Example
Text Example
White with #ED8E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8E23; }
p { color: rgb(237,142,35); }
H1.HeaderClassName
{
color: #ED8E23;
}
.AnyTagClassName
{
color: #ED8E23;
}
</style>
background-color css
<style>
a { background-color: #ED8E23; }
a { background-color: rgb(237,142,35); }
div.DivClassName
{
background-color: #ED8E23;
}
.BgClassName
{
background-color: #ED8E23;
}
</style>
border-color css
<style>
span { border-color: #ED8E23; }
span { border-color: rgb(237,142,35); }
td.TdClassName
{
border-color: #ED8E23;
}
.TagClassName
{
border-color: #ED8E23;
}
</style>