Shades of Carrot Orange #ED8D23
Tints of Carrot Orange #ED8D23
RGB
CMYK
RGB Variations
Color information
#ED8D23 (or 0xED8D23) is known color: Carrot Orange. HEX triplet: ED, 8D and 23. RGB value is (237,141,35). Sum of RGB (Red+Green+Blue) = 237+141+35=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 35 (14.06% from 255 or 8.47% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8D23 is #1272DC. Grayscale: #9E9E9E. Windows color (decimal): -1209053 or 2330093. OLE color: 2330093.
HSL color Cylindrical-coordinate representation of color #ED8D23: hue angle of 31.49º 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 #ED8D23 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 141 | 35 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.07 |
| HSL | 31.49º | 0.85% | 0.53% | - |
| HSV(B) | 31.49º | 0.85% | 0.93% | - |
| XYZ | 44.75 | 37.18 | 6.41 | - |
| YUV | 157.62 | 58.8 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 141 | 35 | 0 | 0.41 | 0.85 | 0.07 | 31.49 | 0.85 | 0.53 |
| Hex | ED | 8D | 23 | 0 | 29 | 55 | 7 | 1F | 55 | 35 |
| Octal | 355 | 215 | 43 | 0 | 51 | 125 | 7 | 37 | 125 | 65 |
| Binary | 11101101 | 10001101 | 100011 | 0 | 101001 | 1010101 | 111 | 11111 | 1010101 | 110101 |
Color Harmonies of #ED8D23
Complementary color
Monochromatic Colors of #ED8D23
Black with #ED8D23
Text Example
Text Example
White with #ED8D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8D23; }
p { color: rgb(237,141,35); }
H1.HeaderClassName
{
color: #ED8D23;
}
.AnyTagClassName
{
color: #ED8D23;
}
</style>
background-color css
<style>
a { background-color: #ED8D23; }
a { background-color: rgb(237,141,35); }
div.DivClassName
{
background-color: #ED8D23;
}
.BgClassName
{
background-color: #ED8D23;
}
</style>
border-color css
<style>
span { border-color: #ED8D23; }
span { border-color: rgb(237,141,35); }
td.TdClassName
{
border-color: #ED8D23;
}
.TagClassName
{
border-color: #ED8D23;
}
</style>