Shades of Carrot Orange #ED8429
Tints of Carrot Orange #ED8429
RGB
CMYK
RGB Variations
Color information
#ED8429 (or 0xED8429) is known color: Carrot Orange. HEX triplet: ED, 84 and 29. RGB value is (237,132,41). Sum of RGB (Red+Green+Blue) = 237+132+41=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8429 is #127BD6. Grayscale: #999999. Windows color (decimal): -1211351 or 2721005. OLE color: 2721005.
HSL color Cylindrical-coordinate representation of color #ED8429: hue angle of 27.86º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED8429 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 41 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.07 |
| HSL | 27.86º | 0.84% | 0.55% | - |
| HSV(B) | 27.86º | 0.83% | 0.93% | - |
| XYZ | 43.58 | 34.67 | 6.49 | - |
| YUV | 153.02 | 64.79 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 41 | 0 | 0.44 | 0.83 | 0.07 | 27.86 | 0.84 | 0.55 |
| Hex | ED | 84 | 29 | 0 | 2C | 53 | 7 | 1C | 54 | 37 |
| Octal | 355 | 204 | 51 | 0 | 54 | 123 | 7 | 34 | 124 | 67 |
| Binary | 11101101 | 10000100 | 101001 | 0 | 101100 | 1010011 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #ED8429
Complementary color
Monochromatic Colors of #ED8429
Black with #ED8429
Text Example
Text Example
White with #ED8429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8429; }
p { color: rgb(237,132,41); }
H1.HeaderClassName
{
color: #ED8429;
}
.AnyTagClassName
{
color: #ED8429;
}
</style>
background-color css
<style>
a { background-color: #ED8429; }
a { background-color: rgb(237,132,41); }
div.DivClassName
{
background-color: #ED8429;
}
.BgClassName
{
background-color: #ED8429;
}
</style>
border-color css
<style>
span { border-color: #ED8429; }
span { border-color: rgb(237,132,41); }
td.TdClassName
{
border-color: #ED8429;
}
.TagClassName
{
border-color: #ED8429;
}
</style>