Shades of Carrot Orange #ED971C
Tints of Carrot Orange #ED971C
RGB
CMYK
RGB Variations
Color information
#ED971C (or 0xED971C) is known color: Carrot Orange. HEX triplet: ED, 97 and 1C. RGB value is (237,151,28). Sum of RGB (Red+Green+Blue) = 237+151+28=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED971C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED971C is #1268E3. Grayscale: #A3A3A3. Windows color (decimal): -1206500 or 1873901. OLE color: 1873901.
HSL color Cylindrical-coordinate representation of color #ED971C: hue angle of 35.31º 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 #ED971C is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 151 | 28 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.07 |
| HSL | 35.31º | 0.85% | 0.52% | - |
| HSV(B) | 35.31º | 0.88% | 0.93% | - |
| XYZ | 46.2 | 40.22 | 6.43 | - |
| YUV | 162.69 | 51.99 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 151 | 28 | 0 | 0.36 | 0.88 | 0.07 | 35.31 | 0.85 | 0.52 |
| Hex | ED | 97 | 1C | 0 | 24 | 58 | 7 | 23 | 55 | 34 |
| Octal | 355 | 227 | 34 | 0 | 44 | 130 | 7 | 43 | 125 | 64 |
| Binary | 11101101 | 10010111 | 11100 | 0 | 100100 | 1011000 | 111 | 100011 | 1010101 | 110100 |
Color Harmonies of #ED971C
Complementary color
Monochromatic Colors of #ED971C
Black with #ED971C
Text Example
Text Example
White with #ED971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED971C; }
p { color: rgb(237,151,28); }
H1.HeaderClassName
{
color: #ED971C;
}
.AnyTagClassName
{
color: #ED971C;
}
</style>
background-color css
<style>
a { background-color: #ED971C; }
a { background-color: rgb(237,151,28); }
div.DivClassName
{
background-color: #ED971C;
}
.BgClassName
{
background-color: #ED971C;
}
</style>
border-color css
<style>
span { border-color: #ED971C; }
span { border-color: rgb(237,151,28); }
td.TdClassName
{
border-color: #ED971C;
}
.TagClassName
{
border-color: #ED971C;
}
</style>