Shades of Carrot Orange #EB8D15
Tints of Carrot Orange #EB8D15
RGB
CMYK
RGB Variations
Color information
#EB8D15 (or 0xEB8D15) is known color: Carrot Orange. HEX triplet: EB, 8D and 15. RGB value is (235,141,21). Sum of RGB (Red+Green+Blue) = 235+141+21=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8D15 is #1472EA. Grayscale: #9C9C9C. Windows color (decimal): -1340139 or 1412587. OLE color: 1412587.
HSL color Cylindrical-coordinate representation of color #EB8D15: hue angle of 33.64º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB8D15 is Cyan = 0, Magento = 0.4, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 21 | - |
| CMYK | 0 | 0.4 | 0.91 | 0.08 |
| HSL | 33.64º | 0.84% | 0.5% | - |
| HSV(B) | 33.64º | 0.91% | 0.92% | - |
| XYZ | 43.92 | 36.77 | 5.49 | - |
| YUV | 155.43 | 52.14 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 21 | 0 | 0.4 | 0.91 | 0.08 | 33.64 | 0.84 | 0.5 |
| Hex | EB | 8D | 15 | 0 | 28 | 5B | 8 | 22 | 54 | 32 |
| Octal | 353 | 215 | 25 | 0 | 50 | 133 | 10 | 42 | 124 | 62 |
| Binary | 11101011 | 10001101 | 10101 | 0 | 101000 | 1011011 | 1000 | 100010 | 1010100 | 110010 |
Color Harmonies of #EB8D15
Complementary color
Monochromatic Colors of #EB8D15
Black with #EB8D15
Text Example
Text Example
White with #EB8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D15; }
p { color: rgb(235,141,21); }
H1.HeaderClassName
{
color: #EB8D15;
}
.AnyTagClassName
{
color: #EB8D15;
}
</style>
background-color css
<style>
a { background-color: #EB8D15; }
a { background-color: rgb(235,141,21); }
div.DivClassName
{
background-color: #EB8D15;
}
.BgClassName
{
background-color: #EB8D15;
}
</style>
border-color css
<style>
span { border-color: #EB8D15; }
span { border-color: rgb(235,141,21); }
td.TdClassName
{
border-color: #EB8D15;
}
.TagClassName
{
border-color: #EB8D15;
}
</style>