Shades of Carrot Orange #ED9423
Tints of Carrot Orange #ED9423
RGB
CMYK
RGB Variations
Color information
#ED9423 (or 0xED9423) is known color: Carrot Orange. HEX triplet: ED, 94 and 23. RGB value is (237,148,35). Sum of RGB (Red+Green+Blue) = 237+148+35=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9423 is #126BDC. Grayscale: #A2A2A2. Windows color (decimal): -1207261 or 2331885. OLE color: 2331885.
HSL color Cylindrical-coordinate representation of color #ED9423: hue angle of 33.56º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED9423 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 148 | 35 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.07 |
| HSL | 33.56º | 0.85% | 0.53% | - |
| HSV(B) | 33.56º | 0.85% | 0.93% | - |
| XYZ | 45.82 | 39.31 | 6.76 | - |
| YUV | 161.73 | 56.49 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 148 | 35 | 0 | 0.38 | 0.85 | 0.07 | 33.56 | 0.85 | 0.53 |
| Hex | ED | 94 | 23 | 0 | 26 | 55 | 7 | 22 | 55 | 35 |
| Octal | 355 | 224 | 43 | 0 | 46 | 125 | 7 | 42 | 125 | 65 |
| Binary | 11101101 | 10010100 | 100011 | 0 | 100110 | 1010101 | 111 | 100010 | 1010101 | 110101 |
Color Harmonies of #ED9423
Complementary color
Monochromatic Colors of #ED9423
Black with #ED9423
Text Example
Text Example
White with #ED9423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9423; }
p { color: rgb(237,148,35); }
H1.HeaderClassName
{
color: #ED9423;
}
.AnyTagClassName
{
color: #ED9423;
}
</style>
background-color css
<style>
a { background-color: #ED9423; }
a { background-color: rgb(237,148,35); }
div.DivClassName
{
background-color: #ED9423;
}
.BgClassName
{
background-color: #ED9423;
}
</style>
border-color css
<style>
span { border-color: #ED9423; }
span { border-color: rgb(237,148,35); }
td.TdClassName
{
border-color: #ED9423;
}
.TagClassName
{
border-color: #ED9423;
}
</style>