Shades of Carrot Orange #ED8A23
Tints of Carrot Orange #ED8A23
RGB
CMYK
RGB Variations
Color information
#ED8A23 (or 0xED8A23) is known color: Carrot Orange. HEX triplet: ED, 8A and 23. RGB value is (237,138,35). Sum of RGB (Red+Green+Blue) = 237+138+35=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8A23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8A23 is #1275DC. Grayscale: #9C9C9C. Windows color (decimal): -1209821 or 2329325. OLE color: 2329325.
HSL color Cylindrical-coordinate representation of color #ED8A23: hue angle of 30.59º 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 #ED8A23 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 35 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.07 |
| HSL | 30.59º | 0.85% | 0.53% | - |
| HSV(B) | 30.59º | 0.85% | 0.93% | - |
| XYZ | 44.32 | 36.3 | 6.26 | - |
| YUV | 155.86 | 59.8 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 35 | 0 | 0.42 | 0.85 | 0.07 | 30.59 | 0.85 | 0.53 |
| Hex | ED | 8A | 23 | 0 | 2A | 55 | 7 | 1F | 55 | 35 |
| Octal | 355 | 212 | 43 | 0 | 52 | 125 | 7 | 37 | 125 | 65 |
| Binary | 11101101 | 10001010 | 100011 | 0 | 101010 | 1010101 | 111 | 11111 | 1010101 | 110101 |
Color Harmonies of #ED8A23
Complementary color
Monochromatic Colors of #ED8A23
Black with #ED8A23
Text Example
Text Example
White with #ED8A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8A23; }
p { color: rgb(237,138,35); }
H1.HeaderClassName
{
color: #ED8A23;
}
.AnyTagClassName
{
color: #ED8A23;
}
</style>
background-color css
<style>
a { background-color: #ED8A23; }
a { background-color: rgb(237,138,35); }
div.DivClassName
{
background-color: #ED8A23;
}
.BgClassName
{
background-color: #ED8A23;
}
</style>
border-color css
<style>
span { border-color: #ED8A23; }
span { border-color: rgb(237,138,35); }
td.TdClassName
{
border-color: #ED8A23;
}
.TagClassName
{
border-color: #ED8A23;
}
</style>