Shades of Carrot Orange #ED8324
Tints of Carrot Orange #ED8324
RGB
CMYK
RGB Variations
Color information
#ED8324 (or 0xED8324) is known color: Carrot Orange. HEX triplet: ED, 83 and 24. RGB value is (237,131,36). Sum of RGB (Red+Green+Blue) = 237+131+36=404 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.66% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8324 is #127CDB. Grayscale: #989898. Windows color (decimal): -1211612 or 2393069. OLE color: 2393069.
HSL color Cylindrical-coordinate representation of color #ED8324: hue angle of 28.36º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED8324 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 131 | 36 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.07 |
| HSL | 28.36º | 0.85% | 0.54% | - |
| HSV(B) | 28.36º | 0.85% | 0.93% | - |
| XYZ | 43.36 | 34.36 | 6.02 | - |
| YUV | 151.86 | 62.62 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 131 | 36 | 0 | 0.45 | 0.85 | 0.07 | 28.36 | 0.85 | 0.54 |
| Hex | ED | 83 | 24 | 0 | 2D | 55 | 7 | 1C | 55 | 36 |
| Octal | 355 | 203 | 44 | 0 | 55 | 125 | 7 | 34 | 125 | 66 |
| Binary | 11101101 | 10000011 | 100100 | 0 | 101101 | 1010101 | 111 | 11100 | 1010101 | 110110 |
Color Harmonies of #ED8324
Complementary color
Monochromatic Colors of #ED8324
Black with #ED8324
Text Example
Text Example
White with #ED8324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8324; }
p { color: rgb(237,131,36); }
H1.HeaderClassName
{
color: #ED8324;
}
.AnyTagClassName
{
color: #ED8324;
}
</style>
background-color css
<style>
a { background-color: #ED8324; }
a { background-color: rgb(237,131,36); }
div.DivClassName
{
background-color: #ED8324;
}
.BgClassName
{
background-color: #ED8324;
}
</style>
border-color css
<style>
span { border-color: #ED8324; }
span { border-color: rgb(237,131,36); }
td.TdClassName
{
border-color: #ED8324;
}
.TagClassName
{
border-color: #ED8324;
}
</style>