Shades of Carrot Orange #EB8C19
Tints of Carrot Orange #EB8C19
RGB
CMYK
RGB Variations
Color information
#EB8C19 (or 0xEB8C19) is known color: Carrot Orange. HEX triplet: EB, 8C and 19. RGB value is (235,140,25). Sum of RGB (Red+Green+Blue) = 235+140+25=400 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8C19 is #1473E6. Grayscale: #9B9B9B. Windows color (decimal): -1340391 or 1674475. OLE color: 1674475.
HSL color Cylindrical-coordinate representation of color #EB8C19: hue angle of 32.86º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB8C19 is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 25 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.08 |
| HSL | 32.86º | 0.84% | 0.51% | - |
| HSV(B) | 32.86º | 0.89% | 0.92% | - |
| XYZ | 43.81 | 36.49 | 5.65 | - |
| YUV | 155.3 | 54.47 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 25 | 0 | 0.40 | 0.89 | 0.08 | 32.86 | 0.84 | 0.51 |
| Hex | EB | 8C | 19 | 0 | 28 | 59 | 8 | 21 | 54 | 33 |
| Octal | 353 | 214 | 31 | 0 | 50 | 131 | 10 | 41 | 124 | 63 |
| Binary | 11101011 | 10001100 | 11001 | 0 | 101000 | 1011001 | 1000 | 100001 | 1010100 | 110011 |
Color Harmonies of #EB8C19
Complementary color
Monochromatic Colors of #EB8C19
Black with #EB8C19
Text Example
Text Example
White with #EB8C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C19; }
p { color: rgb(235,140,25); }
H1.HeaderClassName
{
color: #EB8C19;
}
.AnyTagClassName
{
color: #EB8C19;
}
</style>
background-color css
<style>
a { background-color: #EB8C19; }
a { background-color: rgb(235,140,25); }
div.DivClassName
{
background-color: #EB8C19;
}
.BgClassName
{
background-color: #EB8C19;
}
</style>
border-color css
<style>
span { border-color: #EB8C19; }
span { border-color: rgb(235,140,25); }
td.TdClassName
{
border-color: #EB8C19;
}
.TagClassName
{
border-color: #EB8C19;
}
</style>