Shades of Carrot Orange #ED8623
Tints of Carrot Orange #ED8623
RGB
CMYK
RGB Variations
Color information
#ED8623 (or 0xED8623) is known color: Carrot Orange. HEX triplet: ED, 86 and 23. RGB value is (237,134,35). Sum of RGB (Red+Green+Blue) = 237+134+35=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8623 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8623 is #1279DC. Grayscale: #9A9A9A. Windows color (decimal): -1210845 or 2328301. OLE color: 2328301.
HSL color Cylindrical-coordinate representation of color #ED8623: hue angle of 29.41º 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 #ED8623 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 35 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.07 |
| HSL | 29.41º | 0.85% | 0.53% | - |
| HSV(B) | 29.41º | 0.85% | 0.93% | - |
| XYZ | 43.75 | 35.18 | 6.07 | - |
| YUV | 153.51 | 61.12 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 35 | 0 | 0.43 | 0.85 | 0.07 | 29.41 | 0.85 | 0.53 |
| Hex | ED | 86 | 23 | 0 | 2B | 55 | 7 | 1D | 55 | 35 |
| Octal | 355 | 206 | 43 | 0 | 53 | 125 | 7 | 35 | 125 | 65 |
| Binary | 11101101 | 10000110 | 100011 | 0 | 101011 | 1010101 | 111 | 11101 | 1010101 | 110101 |
Color Harmonies of #ED8623
Complementary color
Monochromatic Colors of #ED8623
Black with #ED8623
Text Example
Text Example
White with #ED8623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8623; }
p { color: rgb(237,134,35); }
H1.HeaderClassName
{
color: #ED8623;
}
.AnyTagClassName
{
color: #ED8623;
}
</style>
background-color css
<style>
a { background-color: #ED8623; }
a { background-color: rgb(237,134,35); }
div.DivClassName
{
background-color: #ED8623;
}
.BgClassName
{
background-color: #ED8623;
}
</style>
border-color css
<style>
span { border-color: #ED8623; }
span { border-color: rgb(237,134,35); }
td.TdClassName
{
border-color: #ED8623;
}
.TagClassName
{
border-color: #ED8623;
}
</style>