Shades of Carrot Orange #ED9529
Tints of Carrot Orange #ED9529
RGB
CMYK
RGB Variations
Color information
#ED9529 (or 0xED9529) is known color: Carrot Orange. HEX triplet: ED, 95 and 29. RGB value is (237,149,41). Sum of RGB (Red+Green+Blue) = 237+149+41=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9529 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9529 is #126AD6. Grayscale: #A3A3A3. Windows color (decimal): -1206999 or 2725357. OLE color: 2725357.
HSL color Cylindrical-coordinate representation of color #ED9529: hue angle of 33.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED9529 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 41 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.07 |
| HSL | 33.06º | 0.84% | 0.55% | - |
| HSV(B) | 33.06º | 0.83% | 0.93% | - |
| XYZ | 46.07 | 39.66 | 7.32 | - |
| YUV | 163 | 59.15 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 41 | 0 | 0.37 | 0.83 | 0.07 | 33.06 | 0.84 | 0.55 |
| Hex | ED | 95 | 29 | 0 | 25 | 53 | 7 | 21 | 54 | 37 |
| Octal | 355 | 225 | 51 | 0 | 45 | 123 | 7 | 41 | 124 | 67 |
| Binary | 11101101 | 10010101 | 101001 | 0 | 100101 | 1010011 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #ED9529
Complementary color
Monochromatic Colors of #ED9529
Black with #ED9529
Text Example
Text Example
White with #ED9529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9529; }
p { color: rgb(237,149,41); }
H1.HeaderClassName
{
color: #ED9529;
}
.AnyTagClassName
{
color: #ED9529;
}
</style>
background-color css
<style>
a { background-color: #ED9529; }
a { background-color: rgb(237,149,41); }
div.DivClassName
{
background-color: #ED9529;
}
.BgClassName
{
background-color: #ED9529;
}
</style>
border-color css
<style>
span { border-color: #ED9529; }
span { border-color: rgb(237,149,41); }
td.TdClassName
{
border-color: #ED9529;
}
.TagClassName
{
border-color: #ED9529;
}
</style>