Shades of Carrot Orange #ED921D
Tints of Carrot Orange #ED921D
RGB
CMYK
RGB Variations
Color information
#ED921D (or 0xED921D) is known color: Carrot Orange. HEX triplet: ED, 92 and 1D. RGB value is (237,146,29). Sum of RGB (Red+Green+Blue) = 237+146+29=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED921D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED921D is #126DE2. Grayscale: #A0A0A0. Windows color (decimal): -1207779 or 1938157. OLE color: 1938157.
HSL color Cylindrical-coordinate representation of color #ED921D: hue angle of 33.75º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED921D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 29 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.07 |
| HSL | 33.75º | 0.85% | 0.52% | - |
| HSV(B) | 33.75º | 0.88% | 0.93% | - |
| XYZ | 45.43 | 38.65 | 6.23 | - |
| YUV | 159.87 | 54.15 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 29 | 0 | 0.38 | 0.88 | 0.07 | 33.75 | 0.85 | 0.52 |
| Hex | ED | 92 | 1D | 0 | 26 | 58 | 7 | 22 | 55 | 34 |
| Octal | 355 | 222 | 35 | 0 | 46 | 130 | 7 | 42 | 125 | 64 |
| Binary | 11101101 | 10010010 | 11101 | 0 | 100110 | 1011000 | 111 | 100010 | 1010101 | 110100 |
Color Harmonies of #ED921D
Complementary color
Monochromatic Colors of #ED921D
Black with #ED921D
Text Example
Text Example
White with #ED921D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED921D; }
p { color: rgb(237,146,29); }
H1.HeaderClassName
{
color: #ED921D;
}
.AnyTagClassName
{
color: #ED921D;
}
</style>
background-color css
<style>
a { background-color: #ED921D; }
a { background-color: rgb(237,146,29); }
div.DivClassName
{
background-color: #ED921D;
}
.BgClassName
{
background-color: #ED921D;
}
</style>
border-color css
<style>
span { border-color: #ED921D; }
span { border-color: rgb(237,146,29); }
td.TdClassName
{
border-color: #ED921D;
}
.TagClassName
{
border-color: #ED921D;
}
</style>