Shades of Carrot Orange #ED861D
Tints of Carrot Orange #ED861D
RGB
CMYK
RGB Variations
Color information
#ED861D (or 0xED861D) is known color: Carrot Orange. HEX triplet: ED, 86 and 1D. RGB value is (237,134,29). Sum of RGB (Red+Green+Blue) = 237+134+29=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED861D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED861D is #1279E2. Grayscale: #999999. Windows color (decimal): -1210851 or 1935085. OLE color: 1935085.
HSL color Cylindrical-coordinate representation of color #ED861D: hue angle of 30.29º 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 #ED861D is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 29 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.07 |
| HSL | 30.29º | 0.85% | 0.52% | - |
| HSV(B) | 30.29º | 0.88% | 0.93% | - |
| XYZ | 43.67 | 35.14 | 5.64 | - |
| YUV | 152.83 | 58.12 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 29 | 0 | 0.43 | 0.88 | 0.07 | 30.29 | 0.85 | 0.52 |
| Hex | ED | 86 | 1D | 0 | 2B | 58 | 7 | 1E | 55 | 34 |
| Octal | 355 | 206 | 35 | 0 | 53 | 130 | 7 | 36 | 125 | 64 |
| Binary | 11101101 | 10000110 | 11101 | 0 | 101011 | 1011000 | 111 | 11110 | 1010101 | 110100 |
Color Harmonies of #ED861D
Complementary color
Monochromatic Colors of #ED861D
Black with #ED861D
Text Example
Text Example
White with #ED861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED861D; }
p { color: rgb(237,134,29); }
H1.HeaderClassName
{
color: #ED861D;
}
.AnyTagClassName
{
color: #ED861D;
}
</style>
background-color css
<style>
a { background-color: #ED861D; }
a { background-color: rgb(237,134,29); }
div.DivClassName
{
background-color: #ED861D;
}
.BgClassName
{
background-color: #ED861D;
}
</style>
border-color css
<style>
span { border-color: #ED861D; }
span { border-color: rgb(237,134,29); }
td.TdClassName
{
border-color: #ED861D;
}
.TagClassName
{
border-color: #ED861D;
}
</style>