Shades of Carrot Orange #ED952A
Tints of Carrot Orange #ED952A
RGB
CMYK
RGB Variations
Color information
#ED952A (or 0xED952A) is known color: Carrot Orange. HEX triplet: ED, 95 and 2A. RGB value is (237,149,42). Sum of RGB (Red+Green+Blue) = 237+149+42=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED952A is #126AD5. Grayscale: #A3A3A3. Windows color (decimal): -1206998 or 2790893. OLE color: 2790893.
HSL color Cylindrical-coordinate representation of color #ED952A: hue angle of 32.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED952A is Cyan = 0, Magento = 0.37, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 42 | - |
| CMYK | 0 | 0.37 | 0.82 | 0.07 |
| HSL | 32.92º | 0.84% | 0.55% | - |
| HSV(B) | 32.92º | 0.82% | 0.93% | - |
| XYZ | 46.09 | 39.67 | 7.42 | - |
| YUV | 163.11 | 59.65 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 42 | 0 | 0.37 | 0.82 | 0.07 | 32.92 | 0.84 | 0.55 |
| Hex | ED | 95 | 2A | 0 | 25 | 52 | 7 | 21 | 54 | 37 |
| Octal | 355 | 225 | 52 | 0 | 45 | 122 | 7 | 41 | 124 | 67 |
| Binary | 11101101 | 10010101 | 101010 | 0 | 100101 | 1010010 | 111 | 100001 | 1010100 | 110111 |
Color Harmonies of #ED952A
Complementary color
Monochromatic Colors of #ED952A
Black with #ED952A
Text Example
Text Example
White with #ED952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED952A; }
p { color: rgb(237,149,42); }
H1.HeaderClassName
{
color: #ED952A;
}
.AnyTagClassName
{
color: #ED952A;
}
</style>
background-color css
<style>
a { background-color: #ED952A; }
a { background-color: rgb(237,149,42); }
div.DivClassName
{
background-color: #ED952A;
}
.BgClassName
{
background-color: #ED952A;
}
</style>
border-color css
<style>
span { border-color: #ED952A; }
span { border-color: rgb(237,149,42); }
td.TdClassName
{
border-color: #ED952A;
}
.TagClassName
{
border-color: #ED952A;
}
</style>