Shades of Carrot Orange #ED9528
Tints of Carrot Orange #ED9528
RGB
CMYK
RGB Variations
Color information
#ED9528 (or 0xED9528) is known color: Carrot Orange. HEX triplet: ED, 95 and 28. RGB value is (237,149,40). Sum of RGB (Red+Green+Blue) = 237+149+40=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9528 is #126AD7. Grayscale: #A3A3A3. Windows color (decimal): -1207000 or 2659821. OLE color: 2659821.
HSL color Cylindrical-coordinate representation of color #ED9528: hue angle of 33.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED9528 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 40 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.07 |
| HSL | 33.2º | 0.85% | 0.54% | - |
| HSV(B) | 33.2º | 0.83% | 0.93% | - |
| XYZ | 46.06 | 39.65 | 7.23 | - |
| YUV | 162.89 | 58.65 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 40 | 0 | 0.37 | 0.83 | 0.07 | 33.2 | 0.85 | 0.54 |
| Hex | ED | 95 | 28 | 0 | 25 | 53 | 7 | 21 | 55 | 36 |
| Octal | 355 | 225 | 50 | 0 | 45 | 123 | 7 | 41 | 125 | 66 |
| Binary | 11101101 | 10010101 | 101000 | 0 | 100101 | 1010011 | 111 | 100001 | 1010101 | 110110 |
Color Harmonies of #ED9528
Complementary color
Monochromatic Colors of #ED9528
Black with #ED9528
Text Example
Text Example
White with #ED9528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9528; }
p { color: rgb(237,149,40); }
H1.HeaderClassName
{
color: #ED9528;
}
.AnyTagClassName
{
color: #ED9528;
}
</style>
background-color css
<style>
a { background-color: #ED9528; }
a { background-color: rgb(237,149,40); }
div.DivClassName
{
background-color: #ED9528;
}
.BgClassName
{
background-color: #ED9528;
}
</style>
border-color css
<style>
span { border-color: #ED9528; }
span { border-color: rgb(237,149,40); }
td.TdClassName
{
border-color: #ED9528;
}
.TagClassName
{
border-color: #ED9528;
}
</style>