Shades of Carrot Orange #ED8F1B
Tints of Carrot Orange #ED8F1B
RGB
CMYK
RGB Variations
Color information
#ED8F1B (or 0xED8F1B) is known color: Carrot Orange. HEX triplet: ED, 8F and 1B. RGB value is (237,143,27). Sum of RGB (Red+Green+Blue) = 237+143+27=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8F1B is #1270E4. Grayscale: #9E9E9E. Windows color (decimal): -1208549 or 1806317. OLE color: 1806317.
HSL color Cylindrical-coordinate representation of color #ED8F1B: hue angle of 33.14º 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 #ED8F1B is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 27 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.07 |
| HSL | 33.14º | 0.85% | 0.52% | - |
| HSV(B) | 33.14º | 0.89% | 0.93% | - |
| XYZ | 44.95 | 37.73 | 5.95 | - |
| YUV | 157.88 | 54.14 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 27 | 0 | 0.40 | 0.89 | 0.07 | 33.14 | 0.85 | 0.52 |
| Hex | ED | 8F | 1B | 0 | 28 | 59 | 7 | 21 | 55 | 34 |
| Octal | 355 | 217 | 33 | 0 | 50 | 131 | 7 | 41 | 125 | 64 |
| Binary | 11101101 | 10001111 | 11011 | 0 | 101000 | 1011001 | 111 | 100001 | 1010101 | 110100 |
Color Harmonies of #ED8F1B
Complementary color
Monochromatic Colors of #ED8F1B
Black with #ED8F1B
Text Example
Text Example
White with #ED8F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8F1B; }
p { color: rgb(237,143,27); }
H1.HeaderClassName
{
color: #ED8F1B;
}
.AnyTagClassName
{
color: #ED8F1B;
}
</style>
background-color css
<style>
a { background-color: #ED8F1B; }
a { background-color: rgb(237,143,27); }
div.DivClassName
{
background-color: #ED8F1B;
}
.BgClassName
{
background-color: #ED8F1B;
}
</style>
border-color css
<style>
span { border-color: #ED8F1B; }
span { border-color: rgb(237,143,27); }
td.TdClassName
{
border-color: #ED8F1B;
}
.TagClassName
{
border-color: #ED8F1B;
}
</style>