Shades of Carrot Orange #ED9121
Tints of Carrot Orange #ED9121
RGB
CMYK
RGB Variations
Color information
#ED9121 (or 0xED9121) is known color: Carrot Orange. HEX triplet: ED, 91 and 21. RGB value is (237,145,33). Sum of RGB (Red+Green+Blue) = 237+145+33=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9121 is #126EDE. Grayscale: #A0A0A0. Windows color (decimal): -1208031 or 2200045. OLE color: 2200045.
HSL color Cylindrical-coordinate representation of color #ED9121: hue angle of 32.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED9121 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 145 | 33 | - |
CMYK | 0 | 0.39 | 0.86 | 0.07 |
HSL | 32.94º | 0.85% | 0.53% | - |
HSV(B) | 32.94º | 0.86% | 0.93% | - |
XYZ | 45.32 | 38.37 | 6.46 | - |
YUV | 159.74 | 56.48 | 183.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 145 | 33 | 0 | 0.39 | 0.86 | 0.07 | 32.94 | 0.85 | 0.53 |
Hex | ED | 91 | 21 | 0 | 27 | 56 | 7 | 21 | 55 | 35 |
Octal | 355 | 221 | 41 | 0 | 47 | 126 | 7 | 41 | 125 | 65 |
Binary | 11101101 | 10010001 | 100001 | 0 | 100111 | 1010110 | 111 | 100001 | 1010101 | 110101 |
Color Harmonies of #ED9121
Complementary color
Monochromatic Colors of #ED9121
Black with #ED9121
Text Example
Text Example
White with #ED9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9121; }
p { color: rgb(237,145,33); }
H1.HeaderClassName
{
color: #ED9121;
}
.AnyTagClassName
{
color: #ED9121;
}
</style>
background-color css
<style>
a { background-color: #ED9121; }
a { background-color: rgb(237,145,33); }
div.DivClassName
{
background-color: #ED9121;
}
.BgClassName
{
background-color: #ED9121;
}
</style>
border-color css
<style>
span { border-color: #ED9121; }
span { border-color: rgb(237,145,33); }
td.TdClassName
{
border-color: #ED9121;
}
.TagClassName
{
border-color: #ED9121;
}
</style>