Shades of Carrot Orange #ED871F
Tints of Carrot Orange #ED871F
RGB
CMYK
RGB Variations
Color information
#ED871F (or 0xED871F) is known color: Carrot Orange. HEX triplet: ED, 87 and 1F. RGB value is (237,135,31). Sum of RGB (Red+Green+Blue) = 237+135+31=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED871F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED871F is #1278E0. Grayscale: #9A9A9A. Windows color (decimal): -1210593 or 2066413. OLE color: 2066413.
HSL color Cylindrical-coordinate representation of color #ED871F: hue angle of 30.29º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED871F is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 135 | 31 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.07 |
| HSL | 30.29º | 0.85% | 0.53% | - |
| HSV(B) | 30.29º | 0.87% | 0.93% | - |
| XYZ | 43.84 | 35.43 | 5.82 | - |
| YUV | 153.64 | 58.79 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 135 | 31 | 0 | 0.43 | 0.87 | 0.07 | 30.29 | 0.85 | 0.53 |
| Hex | ED | 87 | 1F | 0 | 2B | 57 | 7 | 1E | 55 | 35 |
| Octal | 355 | 207 | 37 | 0 | 53 | 127 | 7 | 36 | 125 | 65 |
| Binary | 11101101 | 10000111 | 11111 | 0 | 101011 | 1010111 | 111 | 11110 | 1010101 | 110101 |
Color Harmonies of #ED871F
Complementary color
Monochromatic Colors of #ED871F
Black with #ED871F
Text Example
Text Example
White with #ED871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED871F; }
p { color: rgb(237,135,31); }
H1.HeaderClassName
{
color: #ED871F;
}
.AnyTagClassName
{
color: #ED871F;
}
</style>
background-color css
<style>
a { background-color: #ED871F; }
a { background-color: rgb(237,135,31); }
div.DivClassName
{
background-color: #ED871F;
}
.BgClassName
{
background-color: #ED871F;
}
</style>
border-color css
<style>
span { border-color: #ED871F; }
span { border-color: rgb(237,135,31); }
td.TdClassName
{
border-color: #ED871F;
}
.TagClassName
{
border-color: #ED871F;
}
</style>