Shades of Carrot Orange #ED8F2A
Tints of Carrot Orange #ED8F2A
RGB
CMYK
RGB Variations
Color information
#ED8F2A (or 0xED8F2A) is known color: Carrot Orange. HEX triplet: ED, 8F and 2A. RGB value is (237,143,42). Sum of RGB (Red+Green+Blue) = 237+143+42=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F2A is #1270D5. Grayscale: #A0A0A0. Windows color (decimal): -1208534 or 2789357. OLE color: 2789357.
HSL color Cylindrical-coordinate representation of color #ED8F2A: hue angle of 31.08º 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 #ED8F2A is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 42 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.07 |
| HSL | 31.08º | 0.84% | 0.55% | - |
| HSV(B) | 31.08º | 0.82% | 0.93% | - |
| XYZ | 45.17 | 37.82 | 7.11 | - |
| YUV | 159.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 42 | 0 | 0.40 | 0.82 | 0.07 | 31.08 | 0.84 | 0.55 |
| Hex | ED | 8F | 2A | 0 | 28 | 52 | 7 | 1F | 54 | 37 |
| Octal | 355 | 217 | 52 | 0 | 50 | 122 | 7 | 37 | 124 | 67 |
| Binary | 11101101 | 10001111 | 101010 | 0 | 101000 | 1010010 | 111 | 11111 | 1010100 | 110111 |
Color Harmonies of #ED8F2A
Complementary color
Monochromatic Colors of #ED8F2A
Black with #ED8F2A
Text Example
Text Example
White with #ED8F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F2A; }
p { color: rgb(237,143,42); }
H1.HeaderClassName
{
color: #ED8F2A;
}
.AnyTagClassName
{
color: #ED8F2A;
}
</style>
background-color css
<style>
a { background-color: #ED8F2A; }
a { background-color: rgb(237,143,42); }
div.DivClassName
{
background-color: #ED8F2A;
}
.BgClassName
{
background-color: #ED8F2A;
}
</style>
border-color css
<style>
span { border-color: #ED8F2A; }
span { border-color: rgb(237,143,42); }
td.TdClassName
{
border-color: #ED8F2A;
}
.TagClassName
{
border-color: #ED8F2A;
}
</style>