Shades of Carrot Orange #ED871E
Tints of Carrot Orange #ED871E
RGB
CMYK
RGB Variations
Color information
#ED871E (or 0xED871E) is known color: Carrot Orange. HEX triplet: ED, 87 and 1E. RGB value is (237,135,30). Sum of RGB (Red+Green+Blue) = 237+135+30=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED871E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED871E is #1278E1. Grayscale: #9A9A9A. Windows color (decimal): -1210594 or 2000877. OLE color: 2000877.
HSL color Cylindrical-coordinate representation of color #ED871E: hue angle of 30.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED871E is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 30 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.07 |
| HSL | 30.43º | 0.85% | 0.52% | - |
| HSV(B) | 30.43º | 0.87% | 0.93% | - |
| XYZ | 43.82 | 35.43 | 5.76 | - |
| YUV | 153.53 | 58.29 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 30 | 0 | 0.43 | 0.87 | 0.07 | 30.43 | 0.85 | 0.52 |
| Hex | ED | 87 | 1E | 0 | 2B | 57 | 7 | 1E | 55 | 34 |
| Octal | 355 | 207 | 36 | 0 | 53 | 127 | 7 | 36 | 125 | 64 |
| Binary | 11101101 | 10000111 | 11110 | 0 | 101011 | 1010111 | 111 | 11110 | 1010101 | 110100 |
Color Harmonies of #ED871E
Complementary color
Monochromatic Colors of #ED871E
Black with #ED871E
Text Example
Text Example
White with #ED871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED871E; }
p { color: rgb(237,135,30); }
H1.HeaderClassName
{
color: #ED871E;
}
.AnyTagClassName
{
color: #ED871E;
}
</style>
background-color css
<style>
a { background-color: #ED871E; }
a { background-color: rgb(237,135,30); }
div.DivClassName
{
background-color: #ED871E;
}
.BgClassName
{
background-color: #ED871E;
}
</style>
border-color css
<style>
span { border-color: #ED871E; }
span { border-color: rgb(237,135,30); }
td.TdClassName
{
border-color: #ED871E;
}
.TagClassName
{
border-color: #ED871E;
}
</style>