Shades of Carrot Orange #ED8619
Tints of Carrot Orange #ED8619
RGB
CMYK
RGB Variations
Color information
#ED8619 (or 0xED8619) is known color: Carrot Orange. HEX triplet: ED, 86 and 19. RGB value is (237,134,25). Sum of RGB (Red+Green+Blue) = 237+134+25=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED8619 is #1279E6. Grayscale: #989898. Windows color (decimal): -1210855 or 1672941. OLE color: 1672941.
HSL color Cylindrical-coordinate representation of color #ED8619: hue angle of 30.85º 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 #ED8619 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 25 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.07 |
| HSL | 30.85º | 0.85% | 0.51% | - |
| HSV(B) | 30.85º | 0.89% | 0.93% | - |
| XYZ | 43.63 | 35.12 | 5.4 | - |
| YUV | 152.37 | 56.12 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 25 | 0 | 0.43 | 0.89 | 0.07 | 30.85 | 0.85 | 0.51 |
| Hex | ED | 86 | 19 | 0 | 2B | 59 | 7 | 1F | 55 | 33 |
| Octal | 355 | 206 | 31 | 0 | 53 | 131 | 7 | 37 | 125 | 63 |
| Binary | 11101101 | 10000110 | 11001 | 0 | 101011 | 1011001 | 111 | 11111 | 1010101 | 110011 |
Color Harmonies of #ED8619
Complementary color
Monochromatic Colors of #ED8619
Black with #ED8619
Text Example
Text Example
White with #ED8619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8619; }
p { color: rgb(237,134,25); }
H1.HeaderClassName
{
color: #ED8619;
}
.AnyTagClassName
{
color: #ED8619;
}
</style>
background-color css
<style>
a { background-color: #ED8619; }
a { background-color: rgb(237,134,25); }
div.DivClassName
{
background-color: #ED8619;
}
.BgClassName
{
background-color: #ED8619;
}
</style>
border-color css
<style>
span { border-color: #ED8619; }
span { border-color: rgb(237,134,25); }
td.TdClassName
{
border-color: #ED8619;
}
.TagClassName
{
border-color: #ED8619;
}
</style>