Shades of Carrot Orange #ED891A
Tints of Carrot Orange #ED891A
RGB
CMYK
RGB Variations
Color information
#ED891A (or 0xED891A) is known color: Carrot Orange. HEX triplet: ED, 89 and 1A. RGB value is (237,137,26). Sum of RGB (Red+Green+Blue) = 237+137+26=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED891A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED891A is #1276E5. Grayscale: #9A9A9A. Windows color (decimal): -1210086 or 1739245. OLE color: 1739245.
HSL color Cylindrical-coordinate representation of color #ED891A: hue angle of 31.56º 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 #ED891A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 31.56º | 0.85% | 0.52% | - |
| HSV(B) | 31.56º | 0.89% | 0.93% | - |
| XYZ | 44.06 | 35.97 | 5.6 | - |
| YUV | 154.25 | 55.63 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 26 | 0 | 0.42 | 0.89 | 0.07 | 31.56 | 0.85 | 0.52 |
| Hex | ED | 89 | 1A | 0 | 2A | 59 | 7 | 20 | 55 | 34 |
| Octal | 355 | 211 | 32 | 0 | 52 | 131 | 7 | 40 | 125 | 64 |
| Binary | 11101101 | 10001001 | 11010 | 0 | 101010 | 1011001 | 111 | 100000 | 1010101 | 110100 |
Color Harmonies of #ED891A
Complementary color
Monochromatic Colors of #ED891A
Black with #ED891A
Text Example
Text Example
White with #ED891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED891A; }
p { color: rgb(237,137,26); }
H1.HeaderClassName
{
color: #ED891A;
}
.AnyTagClassName
{
color: #ED891A;
}
</style>
background-color css
<style>
a { background-color: #ED891A; }
a { background-color: rgb(237,137,26); }
div.DivClassName
{
background-color: #ED891A;
}
.BgClassName
{
background-color: #ED891A;
}
</style>
border-color css
<style>
span { border-color: #ED891A; }
span { border-color: rgb(237,137,26); }
td.TdClassName
{
border-color: #ED891A;
}
.TagClassName
{
border-color: #ED891A;
}
</style>