Shades of Carrot Orange #EB8C2A
Tints of Carrot Orange #EB8C2A
RGB
CMYK
RGB Variations
Color information
#EB8C2A (or 0xEB8C2A) is known color: Carrot Orange. HEX triplet: EB, 8C and 2A. RGB value is (235,140,42). Sum of RGB (Red+Green+Blue) = 235+140+42=417 (55% of max value = 765). Red value is 235 (92.19% from 255 or 56.35% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8C2A is #1473D5. Grayscale: #9D9D9D. Windows color (decimal): -1340374 or 2788587. OLE color: 2788587.
HSL color Cylindrical-coordinate representation of color #EB8C2A: hue angle of 30.47º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB8C2A is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 42 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.08 |
| HSL | 30.47º | 0.83% | 0.54% | - |
| HSV(B) | 30.47º | 0.82% | 0.92% | - |
| XYZ | 44.06 | 36.59 | 6.93 | - |
| YUV | 157.23 | 62.97 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 42 | 0 | 0.40 | 0.82 | 0.08 | 30.47 | 0.83 | 0.54 |
| Hex | EB | 8C | 2A | 0 | 28 | 52 | 8 | 1E | 53 | 36 |
| Octal | 353 | 214 | 52 | 0 | 50 | 122 | 10 | 36 | 123 | 66 |
| Binary | 11101011 | 10001100 | 101010 | 0 | 101000 | 1010010 | 1000 | 11110 | 1010011 | 110110 |
Color Harmonies of #EB8C2A
Complementary color
Monochromatic Colors of #EB8C2A
Black with #EB8C2A
Text Example
Text Example
White with #EB8C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8C2A; }
p { color: rgb(235,140,42); }
H1.HeaderClassName
{
color: #EB8C2A;
}
.AnyTagClassName
{
color: #EB8C2A;
}
</style>
background-color css
<style>
a { background-color: #EB8C2A; }
a { background-color: rgb(235,140,42); }
div.DivClassName
{
background-color: #EB8C2A;
}
.BgClassName
{
background-color: #EB8C2A;
}
</style>
border-color css
<style>
span { border-color: #EB8C2A; }
span { border-color: rgb(235,140,42); }
td.TdClassName
{
border-color: #EB8C2A;
}
.TagClassName
{
border-color: #EB8C2A;
}
</style>