Shades of Carrot Orange #ED8F2C
Tints of Carrot Orange #ED8F2C
RGB
CMYK
RGB Variations
Color information
#ED8F2C (or 0xED8F2C) is known color: Carrot Orange. HEX triplet: ED, 8F and 2C. RGB value is (237,143,44). Sum of RGB (Red+Green+Blue) = 237+143+44=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F2C is #1270D3. Grayscale: #A0A0A0. Windows color (decimal): -1208532 or 2920429. OLE color: 2920429.
HSL color Cylindrical-coordinate representation of color #ED8F2C: hue angle of 30.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED8F2C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 44 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.07 |
| HSL | 30.78º | 0.84% | 0.55% | - |
| HSV(B) | 30.78º | 0.81% | 0.93% | - |
| XYZ | 45.2 | 37.83 | 7.3 | - |
| YUV | 159.82 | 62.64 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 44 | 0 | 0.40 | 0.81 | 0.07 | 30.78 | 0.84 | 0.55 |
| Hex | ED | 8F | 2C | 0 | 28 | 51 | 7 | 1F | 54 | 37 |
| Octal | 355 | 217 | 54 | 0 | 50 | 121 | 7 | 37 | 124 | 67 |
| Binary | 11101101 | 10001111 | 101100 | 0 | 101000 | 1010001 | 111 | 11111 | 1010100 | 110111 |
Color Harmonies of #ED8F2C
Complementary color
Monochromatic Colors of #ED8F2C
Black with #ED8F2C
Text Example
Text Example
White with #ED8F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F2C; }
p { color: rgb(237,143,44); }
H1.HeaderClassName
{
color: #ED8F2C;
}
.AnyTagClassName
{
color: #ED8F2C;
}
</style>
background-color css
<style>
a { background-color: #ED8F2C; }
a { background-color: rgb(237,143,44); }
div.DivClassName
{
background-color: #ED8F2C;
}
.BgClassName
{
background-color: #ED8F2C;
}
</style>
border-color css
<style>
span { border-color: #ED8F2C; }
span { border-color: rgb(237,143,44); }
td.TdClassName
{
border-color: #ED8F2C;
}
.TagClassName
{
border-color: #ED8F2C;
}
</style>