Shades of Carrot Orange #ED8219
Tints of Carrot Orange #ED8219
RGB
CMYK
RGB Variations
Color information
#ED8219 (or 0xED8219) is known color: Carrot Orange. HEX triplet: ED, 82 and 19. RGB value is (237,130,25). Sum of RGB (Red+Green+Blue) = 237+130+25=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8219 is #127DE6. Grayscale: #969696. Windows color (decimal): -1211879 or 1671917. OLE color: 1671917.
HSL color Cylindrical-coordinate representation of color #ED8219: hue angle of 29.72º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED8219 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 130 | 25 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.07 |
| HSL | 29.72º | 0.85% | 0.51% | - |
| HSV(B) | 29.72º | 0.89% | 0.93% | - |
| XYZ | 43.08 | 34.04 | 5.22 | - |
| YUV | 150.02 | 57.45 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 130 | 25 | 0 | 0.45 | 0.89 | 0.07 | 29.72 | 0.85 | 0.51 |
| Hex | ED | 82 | 19 | 0 | 2D | 59 | 7 | 1E | 55 | 33 |
| Octal | 355 | 202 | 31 | 0 | 55 | 131 | 7 | 36 | 125 | 63 |
| Binary | 11101101 | 10000010 | 11001 | 0 | 101101 | 1011001 | 111 | 11110 | 1010101 | 110011 |
Color Harmonies of #ED8219
Complementary color
Monochromatic Colors of #ED8219
Black with #ED8219
Text Example
Text Example
White with #ED8219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8219; }
p { color: rgb(237,130,25); }
H1.HeaderClassName
{
color: #ED8219;
}
.AnyTagClassName
{
color: #ED8219;
}
</style>
background-color css
<style>
a { background-color: #ED8219; }
a { background-color: rgb(237,130,25); }
div.DivClassName
{
background-color: #ED8219;
}
.BgClassName
{
background-color: #ED8219;
}
</style>
border-color css
<style>
span { border-color: #ED8219; }
span { border-color: rgb(237,130,25); }
td.TdClassName
{
border-color: #ED8219;
}
.TagClassName
{
border-color: #ED8219;
}
</style>