Shades of Carrot Orange #EC902A
Tints of Carrot Orange #EC902A
RGB
CMYK
RGB Variations
Color information
#EC902A (or 0xEC902A) is known color: Carrot Orange. HEX triplet: EC, 90 and 2A. RGB value is (236,144,42). Sum of RGB (Red+Green+Blue) = 236+144+42=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 42 (16.80% from 255 or 9.95% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC902A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC902A is #136FD5. Grayscale: #A0A0A0. Windows color (decimal): -1273814 or 2789612. OLE color: 2789612.
HSL color Cylindrical-coordinate representation of color #EC902A: hue angle of 31.55º 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 #EC902A is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 144 | 42 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.07 |
| HSL | 31.55º | 0.84% | 0.55% | - |
| HSV(B) | 31.55º | 0.82% | 0.93% | - |
| XYZ | 44.98 | 37.95 | 7.14 | - |
| YUV | 159.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 144 | 42 | 0 | 0.39 | 0.82 | 0.07 | 31.55 | 0.84 | 0.55 |
| Hex | EC | 90 | 2A | 0 | 27 | 52 | 7 | 20 | 54 | 37 |
| Octal | 354 | 220 | 52 | 0 | 47 | 122 | 7 | 40 | 124 | 67 |
| Binary | 11101100 | 10010000 | 101010 | 0 | 100111 | 1010010 | 111 | 100000 | 1010100 | 110111 |
Color Harmonies of #EC902A
Complementary color
Monochromatic Colors of #EC902A
Black with #EC902A
Text Example
Text Example
White with #EC902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC902A; }
p { color: rgb(236,144,42); }
H1.HeaderClassName
{
color: #EC902A;
}
.AnyTagClassName
{
color: #EC902A;
}
</style>
background-color css
<style>
a { background-color: #EC902A; }
a { background-color: rgb(236,144,42); }
div.DivClassName
{
background-color: #EC902A;
}
.BgClassName
{
background-color: #EC902A;
}
</style>
border-color css
<style>
span { border-color: #EC902A; }
span { border-color: rgb(236,144,42); }
td.TdClassName
{
border-color: #EC902A;
}
.TagClassName
{
border-color: #EC902A;
}
</style>