Shades of Carrot Orange #ED891B
Tints of Carrot Orange #ED891B
RGB
CMYK
RGB Variations
Color information
#ED891B (or 0xED891B) is known color: Carrot Orange. HEX triplet: ED, 89 and 1B. RGB value is (237,137,27). Sum of RGB (Red+Green+Blue) = 237+137+27=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED891B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED891B is #1276E4. Grayscale: #9A9A9A. Windows color (decimal): -1210085 or 1804781. OLE color: 1804781.
HSL color Cylindrical-coordinate representation of color #ED891B: hue angle of 31.43º 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 #ED891B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 27 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.07 |
| HSL | 31.43º | 0.85% | 0.52% | - |
| HSV(B) | 31.43º | 0.89% | 0.93% | - |
| XYZ | 44.07 | 35.97 | 5.66 | - |
| YUV | 154.36 | 56.13 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 27 | 0 | 0.42 | 0.89 | 0.07 | 31.43 | 0.85 | 0.52 |
| Hex | ED | 89 | 1B | 0 | 2A | 59 | 7 | 1F | 55 | 34 |
| Octal | 355 | 211 | 33 | 0 | 52 | 131 | 7 | 37 | 125 | 64 |
| Binary | 11101101 | 10001001 | 11011 | 0 | 101010 | 1011001 | 111 | 11111 | 1010101 | 110100 |
Color Harmonies of #ED891B
Complementary color
Monochromatic Colors of #ED891B
Black with #ED891B
Text Example
Text Example
White with #ED891B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED891B; }
p { color: rgb(237,137,27); }
H1.HeaderClassName
{
color: #ED891B;
}
.AnyTagClassName
{
color: #ED891B;
}
</style>
background-color css
<style>
a { background-color: #ED891B; }
a { background-color: rgb(237,137,27); }
div.DivClassName
{
background-color: #ED891B;
}
.BgClassName
{
background-color: #ED891B;
}
</style>
border-color css
<style>
span { border-color: #ED891B; }
span { border-color: rgb(237,137,27); }
td.TdClassName
{
border-color: #ED891B;
}
.TagClassName
{
border-color: #ED891B;
}
</style>