Shades of Carrot Orange #ED8629
Tints of Carrot Orange #ED8629
RGB
CMYK
RGB Variations
Color information
#ED8629 (or 0xED8629) is known color: Carrot Orange. HEX triplet: ED, 86 and 29. RGB value is (237,134,41). Sum of RGB (Red+Green+Blue) = 237+134+41=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8629 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8629 is #1279D6. Grayscale: #9A9A9A. Windows color (decimal): -1210839 or 2721517. OLE color: 2721517.
HSL color Cylindrical-coordinate representation of color #ED8629: hue angle of 28.47º 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 #ED8629 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 134 | 41 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.07 |
| HSL | 28.47º | 0.84% | 0.55% | - |
| HSV(B) | 28.47º | 0.83% | 0.93% | - |
| XYZ | 43.85 | 35.21 | 6.58 | - |
| YUV | 154.2 | 64.12 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 134 | 41 | 0 | 0.43 | 0.83 | 0.07 | 28.47 | 0.84 | 0.55 |
| Hex | ED | 86 | 29 | 0 | 2B | 53 | 7 | 1C | 54 | 37 |
| Octal | 355 | 206 | 51 | 0 | 53 | 123 | 7 | 34 | 124 | 67 |
| Binary | 11101101 | 10000110 | 101001 | 0 | 101011 | 1010011 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #ED8629
Complementary color
Monochromatic Colors of #ED8629
Black with #ED8629
Text Example
Text Example
White with #ED8629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8629; }
p { color: rgb(237,134,41); }
H1.HeaderClassName
{
color: #ED8629;
}
.AnyTagClassName
{
color: #ED8629;
}
</style>
background-color css
<style>
a { background-color: #ED8629; }
a { background-color: rgb(237,134,41); }
div.DivClassName
{
background-color: #ED8629;
}
.BgClassName
{
background-color: #ED8629;
}
</style>
border-color css
<style>
span { border-color: #ED8629; }
span { border-color: rgb(237,134,41); }
td.TdClassName
{
border-color: #ED8629;
}
.TagClassName
{
border-color: #ED8629;
}
</style>