Shades of Carrot Orange #ED891E
Tints of Carrot Orange #ED891E
RGB
CMYK
RGB Variations
Color information
#ED891E (or 0xED891E) is known color: Carrot Orange. HEX triplet: ED, 89 and 1E. RGB value is (237,137,30). Sum of RGB (Red+Green+Blue) = 237+137+30=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED891E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED891E is #1276E1. Grayscale: #9B9B9B. Windows color (decimal): -1210082 or 2001389. OLE color: 2001389.
HSL color Cylindrical-coordinate representation of color #ED891E: hue angle of 31.01º 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 #ED891E is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 30 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.07 |
| HSL | 31.01º | 0.85% | 0.52% | - |
| HSV(B) | 31.01º | 0.87% | 0.93% | - |
| XYZ | 44.11 | 35.99 | 5.85 | - |
| YUV | 154.7 | 57.63 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 30 | 0 | 0.42 | 0.87 | 0.07 | 31.01 | 0.85 | 0.52 |
| Hex | ED | 89 | 1E | 0 | 2A | 57 | 7 | 1F | 55 | 34 |
| Octal | 355 | 211 | 36 | 0 | 52 | 127 | 7 | 37 | 125 | 64 |
| Binary | 11101101 | 10001001 | 11110 | 0 | 101010 | 1010111 | 111 | 11111 | 1010101 | 110100 |
Color Harmonies of #ED891E
Complementary color
Monochromatic Colors of #ED891E
Black with #ED891E
Text Example
Text Example
White with #ED891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED891E; }
p { color: rgb(237,137,30); }
H1.HeaderClassName
{
color: #ED891E;
}
.AnyTagClassName
{
color: #ED891E;
}
</style>
background-color css
<style>
a { background-color: #ED891E; }
a { background-color: rgb(237,137,30); }
div.DivClassName
{
background-color: #ED891E;
}
.BgClassName
{
background-color: #ED891E;
}
</style>
border-color css
<style>
span { border-color: #ED891E; }
span { border-color: rgb(237,137,30); }
td.TdClassName
{
border-color: #ED891E;
}
.TagClassName
{
border-color: #ED891E;
}
</style>