Shades of Carrot Orange #EB8F20
Tints of Carrot Orange #EB8F20
RGB
CMYK
RGB Variations
Color information
#EB8F20 (or 0xEB8F20) is known color: Carrot Orange. HEX triplet: EB, 8F and 20. RGB value is (235,143,32). Sum of RGB (Red+Green+Blue) = 235+143+32=410 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.32% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8F20 is #1470DF. Grayscale: #9E9E9E. Windows color (decimal): -1339616 or 2133995. OLE color: 2133995.
HSL color Cylindrical-coordinate representation of color #EB8F20: hue angle of 32.81º 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 #EB8F20 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 143 | 32 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.08 |
| HSL | 32.81º | 0.84% | 0.52% | - |
| HSV(B) | 32.81º | 0.86% | 0.92% | - |
| XYZ | 44.34 | 37.41 | 6.25 | - |
| YUV | 157.85 | 56.98 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 143 | 32 | 0 | 0.39 | 0.86 | 0.08 | 32.81 | 0.84 | 0.52 |
| Hex | EB | 8F | 20 | 0 | 27 | 56 | 8 | 21 | 54 | 34 |
| Octal | 353 | 217 | 40 | 0 | 47 | 126 | 10 | 41 | 124 | 64 |
| Binary | 11101011 | 10001111 | 100000 | 0 | 100111 | 1010110 | 1000 | 100001 | 1010100 | 110100 |
Color Harmonies of #EB8F20
Complementary color
Monochromatic Colors of #EB8F20
Black with #EB8F20
Text Example
Text Example
White with #EB8F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8F20; }
p { color: rgb(235,143,32); }
H1.HeaderClassName
{
color: #EB8F20;
}
.AnyTagClassName
{
color: #EB8F20;
}
</style>
background-color css
<style>
a { background-color: #EB8F20; }
a { background-color: rgb(235,143,32); }
div.DivClassName
{
background-color: #EB8F20;
}
.BgClassName
{
background-color: #EB8F20;
}
</style>
border-color css
<style>
span { border-color: #EB8F20; }
span { border-color: rgb(235,143,32); }
td.TdClassName
{
border-color: #EB8F20;
}
.TagClassName
{
border-color: #EB8F20;
}
</style>