Shades of Carrot Orange #EB8520
Tints of Carrot Orange #EB8520
RGB
CMYK
RGB Variations
Color information
#EB8520 (or 0xEB8520) is known color: Carrot Orange. HEX triplet: EB, 85 and 20. RGB value is (235,133,32). Sum of RGB (Red+Green+Blue) = 235+133+32=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8520 is #147ADF. Grayscale: #989898. Windows color (decimal): -1342176 or 2131435. OLE color: 2131435.
HSL color Cylindrical-coordinate representation of color #EB8520: hue angle of 29.85º 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 #EB8520 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 133 | 32 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.08 |
| HSL | 29.85º | 0.84% | 0.52% | - |
| HSV(B) | 29.85º | 0.86% | 0.92% | - |
| XYZ | 42.91 | 34.54 | 5.77 | - |
| YUV | 151.98 | 60.29 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 133 | 32 | 0 | 0.43 | 0.86 | 0.08 | 29.85 | 0.84 | 0.52 |
| Hex | EB | 85 | 20 | 0 | 2B | 56 | 8 | 1E | 54 | 34 |
| Octal | 353 | 205 | 40 | 0 | 53 | 126 | 10 | 36 | 124 | 64 |
| Binary | 11101011 | 10000101 | 100000 | 0 | 101011 | 1010110 | 1000 | 11110 | 1010100 | 110100 |
Color Harmonies of #EB8520
Complementary color
Monochromatic Colors of #EB8520
Black with #EB8520
Text Example
Text Example
White with #EB8520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8520; }
p { color: rgb(235,133,32); }
H1.HeaderClassName
{
color: #EB8520;
}
.AnyTagClassName
{
color: #EB8520;
}
</style>
background-color css
<style>
a { background-color: #EB8520; }
a { background-color: rgb(235,133,32); }
div.DivClassName
{
background-color: #EB8520;
}
.BgClassName
{
background-color: #EB8520;
}
</style>
border-color css
<style>
span { border-color: #EB8520; }
span { border-color: rgb(235,133,32); }
td.TdClassName
{
border-color: #EB8520;
}
.TagClassName
{
border-color: #EB8520;
}
</style>