Shades of Carrot Orange #EB8C2C
Tints of Carrot Orange #EB8C2C
RGB
CMYK
RGB Variations
Color information
#EB8C2C (or 0xEB8C2C) is known color: Carrot Orange. HEX triplet: EB, 8C and 2C. RGB value is (235,140,44). Sum of RGB (Red+Green+Blue) = 235+140+44=419 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.09% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C2C is #1473D3. Grayscale: #9D9D9D. Windows color (decimal): -1340372 or 2919659. OLE color: 2919659.
HSL color Cylindrical-coordinate representation of color #EB8C2C: hue angle of 30.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB8C2C is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 44 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.08 |
| HSL | 30.16º | 0.83% | 0.55% | - |
| HSV(B) | 30.16º | 0.81% | 0.92% | - |
| XYZ | 44.09 | 36.6 | 7.12 | - |
| YUV | 157.46 | 63.97 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 44 | 0 | 0.40 | 0.81 | 0.08 | 30.16 | 0.83 | 0.55 |
| Hex | EB | 8C | 2C | 0 | 28 | 51 | 8 | 1E | 53 | 37 |
| Octal | 353 | 214 | 54 | 0 | 50 | 121 | 10 | 36 | 123 | 67 |
| Binary | 11101011 | 10001100 | 101100 | 0 | 101000 | 1010001 | 1000 | 11110 | 1010011 | 110111 |
Color Harmonies of #EB8C2C
Complementary color
Monochromatic Colors of #EB8C2C
Black with #EB8C2C
Text Example
Text Example
White with #EB8C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C2C; }
p { color: rgb(235,140,44); }
H1.HeaderClassName
{
color: #EB8C2C;
}
.AnyTagClassName
{
color: #EB8C2C;
}
</style>
background-color css
<style>
a { background-color: #EB8C2C; }
a { background-color: rgb(235,140,44); }
div.DivClassName
{
background-color: #EB8C2C;
}
.BgClassName
{
background-color: #EB8C2C;
}
</style>
border-color css
<style>
span { border-color: #EB8C2C; }
span { border-color: rgb(235,140,44); }
td.TdClassName
{
border-color: #EB8C2C;
}
.TagClassName
{
border-color: #EB8C2C;
}
</style>