Shades of Carrot Orange #ED861A
Tints of Carrot Orange #ED861A
RGB
CMYK
RGB Variations
Color information
#ED861A (or 0xED861A) is known color: Carrot Orange. HEX triplet: ED, 86 and 1A. RGB value is (237,134,26). Sum of RGB (Red+Green+Blue) = 237+134+26=397 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.70% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 237 - color contains mainly: red. Hex color #ED861A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED861A is #1279E5. Grayscale: #999999. Windows color (decimal): -1210854 or 1738477. OLE color: 1738477.
HSL color Cylindrical-coordinate representation of color #ED861A: hue angle of 30.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED861A is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 26 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.07 |
| HSL | 30.71º | 0.85% | 0.52% | - |
| HSV(B) | 30.71º | 0.89% | 0.93% | - |
| XYZ | 43.64 | 35.13 | 5.46 | - |
| YUV | 152.49 | 56.62 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 26 | 0 | 0.43 | 0.89 | 0.07 | 30.71 | 0.85 | 0.52 |
| Hex | ED | 86 | 1A | 0 | 2B | 59 | 7 | 1F | 55 | 34 |
| Octal | 355 | 206 | 32 | 0 | 53 | 131 | 7 | 37 | 125 | 64 |
| Binary | 11101101 | 10000110 | 11010 | 0 | 101011 | 1011001 | 111 | 11111 | 1010101 | 110100 |
Color Harmonies of #ED861A
Complementary color
Monochromatic Colors of #ED861A
Black with #ED861A
Text Example
Text Example
White with #ED861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED861A; }
p { color: rgb(237,134,26); }
H1.HeaderClassName
{
color: #ED861A;
}
.AnyTagClassName
{
color: #ED861A;
}
</style>
background-color css
<style>
a { background-color: #ED861A; }
a { background-color: rgb(237,134,26); }
div.DivClassName
{
background-color: #ED861A;
}
.BgClassName
{
background-color: #ED861A;
}
</style>
border-color css
<style>
span { border-color: #ED861A; }
span { border-color: rgb(237,134,26); }
td.TdClassName
{
border-color: #ED861A;
}
.TagClassName
{
border-color: #ED861A;
}
</style>