Shades of Carrot Orange #ED8423
Tints of Carrot Orange #ED8423
RGB
CMYK
RGB Variations
Color information
#ED8423 (or 0xED8423) is known color: Carrot Orange. HEX triplet: ED, 84 and 23. RGB value is (237,132,35). Sum of RGB (Red+Green+Blue) = 237+132+35=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8423 is #127BDC. Grayscale: #989898. Windows color (decimal): -1211357 or 2327789. OLE color: 2327789.
HSL color Cylindrical-coordinate representation of color #ED8423: hue angle of 28.81º 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 #ED8423 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 35 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.07 |
| HSL | 28.81º | 0.85% | 0.53% | - |
| HSV(B) | 28.81º | 0.85% | 0.93% | - |
| XYZ | 43.48 | 34.63 | 5.98 | - |
| YUV | 152.34 | 61.79 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 35 | 0 | 0.44 | 0.85 | 0.07 | 28.81 | 0.85 | 0.53 |
| Hex | ED | 84 | 23 | 0 | 2C | 55 | 7 | 1D | 55 | 35 |
| Octal | 355 | 204 | 43 | 0 | 54 | 125 | 7 | 35 | 125 | 65 |
| Binary | 11101101 | 10000100 | 100011 | 0 | 101100 | 1010101 | 111 | 11101 | 1010101 | 110101 |
Color Harmonies of #ED8423
Complementary color
Monochromatic Colors of #ED8423
Black with #ED8423
Text Example
Text Example
White with #ED8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8423; }
p { color: rgb(237,132,35); }
H1.HeaderClassName
{
color: #ED8423;
}
.AnyTagClassName
{
color: #ED8423;
}
</style>
background-color css
<style>
a { background-color: #ED8423; }
a { background-color: rgb(237,132,35); }
div.DivClassName
{
background-color: #ED8423;
}
.BgClassName
{
background-color: #ED8423;
}
</style>
border-color css
<style>
span { border-color: #ED8423; }
span { border-color: rgb(237,132,35); }
td.TdClassName
{
border-color: #ED8423;
}
.TagClassName
{
border-color: #ED8423;
}
</style>