Shades of Carrot Orange #EC8925
Tints of Carrot Orange #EC8925
RGB
CMYK
RGB Variations
Color information
#EC8925 (or 0xEC8925) is known color: Carrot Orange. HEX triplet: EC, 89 and 25. RGB value is (236,137,37). Sum of RGB (Red+Green+Blue) = 236+137+37=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8925 is #1376DA. Grayscale: #9B9B9B. Windows color (decimal): -1275611 or 2460140. OLE color: 2460140.
HSL color Cylindrical-coordinate representation of color #EC8925: hue angle of 30.15º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC8925 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 137 | 37 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.07 |
| HSL | 30.15º | 0.84% | 0.54% | - |
| HSV(B) | 30.15º | 0.84% | 0.93% | - |
| XYZ | 43.87 | 35.86 | 6.36 | - |
| YUV | 155.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 137 | 37 | 0 | 0.42 | 0.84 | 0.07 | 30.15 | 0.84 | 0.54 |
| Hex | EC | 89 | 25 | 0 | 2A | 54 | 7 | 1E | 54 | 36 |
| Octal | 354 | 211 | 45 | 0 | 52 | 124 | 7 | 36 | 124 | 66 |
| Binary | 11101100 | 10001001 | 100101 | 0 | 101010 | 1010100 | 111 | 11110 | 1010100 | 110110 |
Color Harmonies of #EC8925
Complementary color
Monochromatic Colors of #EC8925
Black with #EC8925
Text Example
Text Example
White with #EC8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8925; }
p { color: rgb(236,137,37); }
H1.HeaderClassName
{
color: #EC8925;
}
.AnyTagClassName
{
color: #EC8925;
}
</style>
background-color css
<style>
a { background-color: #EC8925; }
a { background-color: rgb(236,137,37); }
div.DivClassName
{
background-color: #EC8925;
}
.BgClassName
{
background-color: #EC8925;
}
</style>
border-color css
<style>
span { border-color: #EC8925; }
span { border-color: rgb(236,137,37); }
td.TdClassName
{
border-color: #EC8925;
}
.TagClassName
{
border-color: #EC8925;
}
</style>