Shades of Carrot Orange #ED801C
Tints of Carrot Orange #ED801C
RGB
CMYK
RGB Variations
Color information
#ED801C (or 0xED801C) is known color: Carrot Orange. HEX triplet: ED, 80 and 1C. RGB value is (237,128,28). Sum of RGB (Red+Green+Blue) = 237+128+28=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED801C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED801C is #127FE3. Grayscale: #959595. Windows color (decimal): -1212388 or 1868013. OLE color: 1868013.
HSL color Cylindrical-coordinate representation of color #ED801C: hue angle of 28.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED801C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 28 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.07 |
| HSL | 28.71º | 0.85% | 0.52% | - |
| HSV(B) | 28.71º | 0.88% | 0.93% | - |
| XYZ | 42.85 | 33.53 | 5.31 | - |
| YUV | 149.19 | 59.61 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 28 | 0 | 0.46 | 0.88 | 0.07 | 28.71 | 0.85 | 0.52 |
| Hex | ED | 80 | 1C | 0 | 2E | 58 | 7 | 1D | 55 | 34 |
| Octal | 355 | 200 | 34 | 0 | 56 | 130 | 7 | 35 | 125 | 64 |
| Binary | 11101101 | 10000000 | 11100 | 0 | 101110 | 1011000 | 111 | 11101 | 1010101 | 110100 |
Color Harmonies of #ED801C
Complementary color
Monochromatic Colors of #ED801C
Black with #ED801C
Text Example
Text Example
White with #ED801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED801C; }
p { color: rgb(237,128,28); }
H1.HeaderClassName
{
color: #ED801C;
}
.AnyTagClassName
{
color: #ED801C;
}
</style>
background-color css
<style>
a { background-color: #ED801C; }
a { background-color: rgb(237,128,28); }
div.DivClassName
{
background-color: #ED801C;
}
.BgClassName
{
background-color: #ED801C;
}
</style>
border-color css
<style>
span { border-color: #ED801C; }
span { border-color: rgb(237,128,28); }
td.TdClassName
{
border-color: #ED801C;
}
.TagClassName
{
border-color: #ED801C;
}
</style>