Shades of Carrot Orange #EB8D20
Tints of Carrot Orange #EB8D20
RGB
CMYK
RGB Variations
Color information
#EB8D20 (or 0xEB8D20) is known color: Carrot Orange. HEX triplet: EB, 8D and 20. RGB value is (235,141,32). Sum of RGB (Red+Green+Blue) = 235+141+32=408 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.60% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8D20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8D20 is #1472DF. Grayscale: #9D9D9D. Windows color (decimal): -1340128 or 2133483. OLE color: 2133483.
HSL color Cylindrical-coordinate representation of color #EB8D20: hue angle of 32.22º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB8D20 is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 141 | 32 | - |
| CMYK | 0 | 0.4 | 0.86 | 0.08 |
| HSL | 32.22º | 0.84% | 0.52% | - |
| HSV(B) | 32.22º | 0.86% | 0.92% | - |
| XYZ | 44.05 | 36.82 | 6.15 | - |
| YUV | 156.68 | 57.64 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 141 | 32 | 0 | 0.4 | 0.86 | 0.08 | 32.22 | 0.84 | 0.52 |
| Hex | EB | 8D | 20 | 0 | 28 | 56 | 8 | 20 | 54 | 34 |
| Octal | 353 | 215 | 40 | 0 | 50 | 126 | 10 | 40 | 124 | 64 |
| Binary | 11101011 | 10001101 | 100000 | 0 | 101000 | 1010110 | 1000 | 100000 | 1010100 | 110100 |
Color Harmonies of #EB8D20
Complementary color
Monochromatic Colors of #EB8D20
Black with #EB8D20
Text Example
Text Example
White with #EB8D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8D20; }
p { color: rgb(235,141,32); }
H1.HeaderClassName
{
color: #EB8D20;
}
.AnyTagClassName
{
color: #EB8D20;
}
</style>
background-color css
<style>
a { background-color: #EB8D20; }
a { background-color: rgb(235,141,32); }
div.DivClassName
{
background-color: #EB8D20;
}
.BgClassName
{
background-color: #EB8D20;
}
</style>
border-color css
<style>
span { border-color: #EB8D20; }
span { border-color: rgb(235,141,32); }
td.TdClassName
{
border-color: #EB8D20;
}
.TagClassName
{
border-color: #EB8D20;
}
</style>