Shades of Carrot Orange #ED9628
Tints of Carrot Orange #ED9628
RGB
CMYK
RGB Variations
Color information
#ED9628 (or 0xED9628) is known color: Carrot Orange. HEX triplet: ED, 96 and 28. RGB value is (237,150,40). Sum of RGB (Red+Green+Blue) = 237+150+40=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9628 is #1269D7. Grayscale: #A4A4A4. Windows color (decimal): -1206744 or 2660077. OLE color: 2660077.
HSL color Cylindrical-coordinate representation of color #ED9628: hue angle of 33.5º 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 #ED9628 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 40 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.07 |
| HSL | 33.5º | 0.85% | 0.54% | - |
| HSV(B) | 33.5º | 0.83% | 0.93% | - |
| XYZ | 46.21 | 39.97 | 7.29 | - |
| YUV | 163.47 | 58.32 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 40 | 0 | 0.37 | 0.83 | 0.07 | 33.5 | 0.85 | 0.54 |
| Hex | ED | 96 | 28 | 0 | 25 | 53 | 7 | 22 | 55 | 36 |
| Octal | 355 | 226 | 50 | 0 | 45 | 123 | 7 | 42 | 125 | 66 |
| Binary | 11101101 | 10010110 | 101000 | 0 | 100101 | 1010011 | 111 | 100010 | 1010101 | 110110 |
Color Harmonies of #ED9628
Complementary color
Monochromatic Colors of #ED9628
Black with #ED9628
Text Example
Text Example
White with #ED9628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9628; }
p { color: rgb(237,150,40); }
H1.HeaderClassName
{
color: #ED9628;
}
.AnyTagClassName
{
color: #ED9628;
}
</style>
background-color css
<style>
a { background-color: #ED9628; }
a { background-color: rgb(237,150,40); }
div.DivClassName
{
background-color: #ED9628;
}
.BgClassName
{
background-color: #ED9628;
}
</style>
border-color css
<style>
span { border-color: #ED9628; }
span { border-color: rgb(237,150,40); }
td.TdClassName
{
border-color: #ED9628;
}
.TagClassName
{
border-color: #ED9628;
}
</style>