Shades of Carrot Orange #EB8C20
Tints of Carrot Orange #EB8C20
RGB
CMYK
RGB Variations
Color information
#EB8C20 (or 0xEB8C20) is known color: Carrot Orange. HEX triplet: EB, 8C and 20. RGB value is (235,140,32). Sum of RGB (Red+Green+Blue) = 235+140+32=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C20 is #1473DF. Grayscale: #9C9C9C. Windows color (decimal): -1340384 or 2133227. OLE color: 2133227.
HSL color Cylindrical-coordinate representation of color #EB8C20: hue angle of 31.92º 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 #EB8C20 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 32 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.08 |
| HSL | 31.92º | 0.84% | 0.52% | - |
| HSV(B) | 31.92º | 0.86% | 0.92% | - |
| XYZ | 43.9 | 36.52 | 6.1 | - |
| YUV | 156.09 | 57.97 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 32 | 0 | 0.40 | 0.86 | 0.08 | 31.92 | 0.84 | 0.52 |
| Hex | EB | 8C | 20 | 0 | 28 | 56 | 8 | 20 | 54 | 34 |
| Octal | 353 | 214 | 40 | 0 | 50 | 126 | 10 | 40 | 124 | 64 |
| Binary | 11101011 | 10001100 | 100000 | 0 | 101000 | 1010110 | 1000 | 100000 | 1010100 | 110100 |
Color Harmonies of #EB8C20
Complementary color
Monochromatic Colors of #EB8C20
Black with #EB8C20
Text Example
Text Example
White with #EB8C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C20; }
p { color: rgb(235,140,32); }
H1.HeaderClassName
{
color: #EB8C20;
}
.AnyTagClassName
{
color: #EB8C20;
}
</style>
background-color css
<style>
a { background-color: #EB8C20; }
a { background-color: rgb(235,140,32); }
div.DivClassName
{
background-color: #EB8C20;
}
.BgClassName
{
background-color: #EB8C20;
}
</style>
border-color css
<style>
span { border-color: #EB8C20; }
span { border-color: rgb(235,140,32); }
td.TdClassName
{
border-color: #EB8C20;
}
.TagClassName
{
border-color: #EB8C20;
}
</style>