Shades of Carrot Orange #ED892A
Tints of Carrot Orange #ED892A
RGB
CMYK
RGB Variations
Color information
#ED892A (or 0xED892A) is known color: Carrot Orange. HEX triplet: ED, 89 and 2A. RGB value is (237,137,42). Sum of RGB (Red+Green+Blue) = 237+137+42=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED892A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED892A is #1276D5. Grayscale: #9C9C9C. Windows color (decimal): -1210070 or 2787821. OLE color: 2787821.
HSL color Cylindrical-coordinate representation of color #ED892A: hue angle of 29.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED892A is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 137 | 42 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.07 |
| HSL | 29.23º | 0.84% | 0.55% | - |
| HSV(B) | 29.23º | 0.82% | 0.93% | - |
| XYZ | 44.29 | 36.06 | 6.82 | - |
| YUV | 156.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 137 | 42 | 0 | 0.42 | 0.82 | 0.07 | 29.23 | 0.84 | 0.55 |
| Hex | ED | 89 | 2A | 0 | 2A | 52 | 7 | 1D | 54 | 37 |
| Octal | 355 | 211 | 52 | 0 | 52 | 122 | 7 | 35 | 124 | 67 |
| Binary | 11101101 | 10001001 | 101010 | 0 | 101010 | 1010010 | 111 | 11101 | 1010100 | 110111 |
Color Harmonies of #ED892A
Complementary color
Monochromatic Colors of #ED892A
Black with #ED892A
Text Example
Text Example
White with #ED892A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED892A; }
p { color: rgb(237,137,42); }
H1.HeaderClassName
{
color: #ED892A;
}
.AnyTagClassName
{
color: #ED892A;
}
</style>
background-color css
<style>
a { background-color: #ED892A; }
a { background-color: rgb(237,137,42); }
div.DivClassName
{
background-color: #ED892A;
}
.BgClassName
{
background-color: #ED892A;
}
</style>
border-color css
<style>
span { border-color: #ED892A; }
span { border-color: rgb(237,137,42); }
td.TdClassName
{
border-color: #ED892A;
}
.TagClassName
{
border-color: #ED892A;
}
</style>