Shades of Carrot Orange #EC852A
Tints of Carrot Orange #EC852A
RGB
CMYK
RGB Variations
Color information
#EC852A (or 0xEC852A) is known color: Carrot Orange. HEX triplet: EC, 85 and 2A. RGB value is (236,133,42). Sum of RGB (Red+Green+Blue) = 236+133+42=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 42 (16.80% from 255 or 10.22% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC852A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC852A is #137AD5. Grayscale: #999999. Windows color (decimal): -1276630 or 2786796. OLE color: 2786796.
HSL color Cylindrical-coordinate representation of color #EC852A: hue angle of 28.14º 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 #EC852A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 42 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.07 |
| HSL | 28.14º | 0.84% | 0.55% | - |
| HSV(B) | 28.14º | 0.82% | 0.93% | - |
| XYZ | 43.4 | 34.78 | 6.62 | - |
| YUV | 153.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 42 | 0 | 0.44 | 0.82 | 0.07 | 28.14 | 0.84 | 0.55 |
| Hex | EC | 85 | 2A | 0 | 2C | 52 | 7 | 1C | 54 | 37 |
| Octal | 354 | 205 | 52 | 0 | 54 | 122 | 7 | 34 | 124 | 67 |
| Binary | 11101100 | 10000101 | 101010 | 0 | 101100 | 1010010 | 111 | 11100 | 1010100 | 110111 |
Color Harmonies of #EC852A
Complementary color
Monochromatic Colors of #EC852A
Black with #EC852A
Text Example
Text Example
White with #EC852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC852A; }
p { color: rgb(236,133,42); }
H1.HeaderClassName
{
color: #EC852A;
}
.AnyTagClassName
{
color: #EC852A;
}
</style>
background-color css
<style>
a { background-color: #EC852A; }
a { background-color: rgb(236,133,42); }
div.DivClassName
{
background-color: #EC852A;
}
.BgClassName
{
background-color: #EC852A;
}
</style>
border-color css
<style>
span { border-color: #EC852A; }
span { border-color: rgb(236,133,42); }
td.TdClassName
{
border-color: #EC852A;
}
.TagClassName
{
border-color: #EC852A;
}
</style>