Shades of Carrot Orange #ED841D
Tints of Carrot Orange #ED841D
RGB
CMYK
RGB Variations
Color information
#ED841D (or 0xED841D) is known color: Carrot Orange. HEX triplet: ED, 84 and 1D. RGB value is (237,132,29). Sum of RGB (Red+Green+Blue) = 237+132+29=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED841D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED841D is #127BE2. Grayscale: #989898. Windows color (decimal): -1211363 or 1934573. OLE color: 1934573.
HSL color Cylindrical-coordinate representation of color #ED841D: hue angle of 29.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED841D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 132 | 29 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.07 |
| HSL | 29.71º | 0.85% | 0.52% | - |
| HSV(B) | 29.71º | 0.88% | 0.93% | - |
| XYZ | 43.4 | 34.6 | 5.55 | - |
| YUV | 151.65 | 58.79 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 132 | 29 | 0 | 0.44 | 0.88 | 0.07 | 29.71 | 0.85 | 0.52 |
| Hex | ED | 84 | 1D | 0 | 2C | 58 | 7 | 1E | 55 | 34 |
| Octal | 355 | 204 | 35 | 0 | 54 | 130 | 7 | 36 | 125 | 64 |
| Binary | 11101101 | 10000100 | 11101 | 0 | 101100 | 1011000 | 111 | 11110 | 1010101 | 110100 |
Color Harmonies of #ED841D
Complementary color
Monochromatic Colors of #ED841D
Black with #ED841D
Text Example
Text Example
White with #ED841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED841D; }
p { color: rgb(237,132,29); }
H1.HeaderClassName
{
color: #ED841D;
}
.AnyTagClassName
{
color: #ED841D;
}
</style>
background-color css
<style>
a { background-color: #ED841D; }
a { background-color: rgb(237,132,29); }
div.DivClassName
{
background-color: #ED841D;
}
.BgClassName
{
background-color: #ED841D;
}
</style>
border-color css
<style>
span { border-color: #ED841D; }
span { border-color: rgb(237,132,29); }
td.TdClassName
{
border-color: #ED841D;
}
.TagClassName
{
border-color: #ED841D;
}
</style>