Shades of Carrot Orange #ED932C
Tints of Carrot Orange #ED932C
RGB
CMYK
RGB Variations
Color information
#ED932C (or 0xED932C) is known color: Carrot Orange. HEX triplet: ED, 93 and 2C. RGB value is (237,147,44). Sum of RGB (Red+Green+Blue) = 237+147+44=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED932C is #126CD3. Grayscale: #A2A2A2. Windows color (decimal): -1207508 or 2921453. OLE color: 2921453.
HSL color Cylindrical-coordinate representation of color #ED932C: hue angle of 32.02º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED932C is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 147 | 44 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.07 |
| HSL | 32.02º | 0.84% | 0.55% | - |
| HSV(B) | 32.02º | 0.81% | 0.93% | - |
| XYZ | 45.81 | 39.05 | 7.51 | - |
| YUV | 162.17 | 61.32 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 147 | 44 | 0 | 0.38 | 0.81 | 0.07 | 32.02 | 0.84 | 0.55 |
| Hex | ED | 93 | 2C | 0 | 26 | 51 | 7 | 20 | 54 | 37 |
| Octal | 355 | 223 | 54 | 0 | 46 | 121 | 7 | 40 | 124 | 67 |
| Binary | 11101101 | 10010011 | 101100 | 0 | 100110 | 1010001 | 111 | 100000 | 1010100 | 110111 |
Color Harmonies of #ED932C
Complementary color
Monochromatic Colors of #ED932C
Black with #ED932C
Text Example
Text Example
White with #ED932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED932C; }
p { color: rgb(237,147,44); }
H1.HeaderClassName
{
color: #ED932C;
}
.AnyTagClassName
{
color: #ED932C;
}
</style>
background-color css
<style>
a { background-color: #ED932C; }
a { background-color: rgb(237,147,44); }
div.DivClassName
{
background-color: #ED932C;
}
.BgClassName
{
background-color: #ED932C;
}
</style>
border-color css
<style>
span { border-color: #ED932C; }
span { border-color: rgb(237,147,44); }
td.TdClassName
{
border-color: #ED932C;
}
.TagClassName
{
border-color: #ED932C;
}
</style>