Shades of Carrot Orange #ED8F27
Tints of Carrot Orange #ED8F27
RGB
CMYK
RGB Variations
Color information
#ED8F27 (or 0xED8F27) is known color: Carrot Orange. HEX triplet: ED, 8F and 27. RGB value is (237,143,39). Sum of RGB (Red+Green+Blue) = 237+143+39=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 39 (15.62% from 255 or 9.31% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F27 is #1270D8. Grayscale: #9F9F9F. Windows color (decimal): -1208537 or 2592749. OLE color: 2592749.
HSL color Cylindrical-coordinate representation of color #ED8F27: hue angle of 31.52º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ED8F27 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 39 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.07 |
| HSL | 31.52º | 0.85% | 0.54% | - |
| HSV(B) | 31.52º | 0.84% | 0.93% | - |
| XYZ | 45.11 | 37.8 | 6.84 | - |
| YUV | 159.25 | 60.14 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 39 | 0 | 0.40 | 0.84 | 0.07 | 31.52 | 0.85 | 0.54 |
| Hex | ED | 8F | 27 | 0 | 28 | 54 | 7 | 20 | 55 | 36 |
| Octal | 355 | 217 | 47 | 0 | 50 | 124 | 7 | 40 | 125 | 66 |
| Binary | 11101101 | 10001111 | 100111 | 0 | 101000 | 1010100 | 111 | 100000 | 1010101 | 110110 |
Color Harmonies of #ED8F27
Complementary color
Monochromatic Colors of #ED8F27
Black with #ED8F27
Text Example
Text Example
White with #ED8F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F27; }
p { color: rgb(237,143,39); }
H1.HeaderClassName
{
color: #ED8F27;
}
.AnyTagClassName
{
color: #ED8F27;
}
</style>
background-color css
<style>
a { background-color: #ED8F27; }
a { background-color: rgb(237,143,39); }
div.DivClassName
{
background-color: #ED8F27;
}
.BgClassName
{
background-color: #ED8F27;
}
</style>
border-color css
<style>
span { border-color: #ED8F27; }
span { border-color: rgb(237,143,39); }
td.TdClassName
{
border-color: #ED8F27;
}
.TagClassName
{
border-color: #ED8F27;
}
</style>