Shades of Carrot Orange #ED891C
Tints of Carrot Orange #ED891C
RGB
CMYK
RGB Variations
Color information
#ED891C (or 0xED891C) is known color: Carrot Orange. HEX triplet: ED, 89 and 1C. RGB value is (237,137,28). Sum of RGB (Red+Green+Blue) = 237+137+28=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED891C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED891C is #1276E3. Grayscale: #9B9B9B. Windows color (decimal): -1210084 or 1870317. OLE color: 1870317.
HSL color Cylindrical-coordinate representation of color #ED891C: hue angle of 31.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 #ED891C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 28 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.07 |
| HSL | 31.29º | 0.85% | 0.52% | - |
| HSV(B) | 31.29º | 0.88% | 0.93% | - |
| XYZ | 44.08 | 35.98 | 5.72 | - |
| YUV | 154.47 | 56.63 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 28 | 0 | 0.42 | 0.88 | 0.07 | 31.29 | 0.85 | 0.52 |
| Hex | ED | 89 | 1C | 0 | 2A | 58 | 7 | 1F | 55 | 34 |
| Octal | 355 | 211 | 34 | 0 | 52 | 130 | 7 | 37 | 125 | 64 |
| Binary | 11101101 | 10001001 | 11100 | 0 | 101010 | 1011000 | 111 | 11111 | 1010101 | 110100 |
Color Harmonies of #ED891C
Complementary color
Monochromatic Colors of #ED891C
Black with #ED891C
Text Example
Text Example
White with #ED891C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED891C; }
p { color: rgb(237,137,28); }
H1.HeaderClassName
{
color: #ED891C;
}
.AnyTagClassName
{
color: #ED891C;
}
</style>
background-color css
<style>
a { background-color: #ED891C; }
a { background-color: rgb(237,137,28); }
div.DivClassName
{
background-color: #ED891C;
}
.BgClassName
{
background-color: #ED891C;
}
</style>
border-color css
<style>
span { border-color: #ED891C; }
span { border-color: rgb(237,137,28); }
td.TdClassName
{
border-color: #ED891C;
}
.TagClassName
{
border-color: #ED891C;
}
</style>