Shades of Carrot Orange #EB881C
Tints of Carrot Orange #EB881C
RGB
CMYK
RGB Variations
Color information
#EB881C (or 0xEB881C) is known color: Carrot Orange. HEX triplet: EB, 88 and 1C. RGB value is (235,136,28). Sum of RGB (Red+Green+Blue) = 235+136+28=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB881C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB881C is #1477E3. Grayscale: #999999. Windows color (decimal): -1341412 or 1870059. OLE color: 1870059.
HSL color Cylindrical-coordinate representation of color #EB881C: hue angle of 31.3º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB881C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 28 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.08 |
| HSL | 31.3º | 0.84% | 0.52% | - |
| HSV(B) | 31.3º | 0.88% | 0.92% | - |
| XYZ | 43.27 | 35.35 | 5.64 | - |
| YUV | 153.29 | 57.3 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 28 | 0 | 0.42 | 0.88 | 0.08 | 31.3 | 0.84 | 0.52 |
| Hex | EB | 88 | 1C | 0 | 2A | 58 | 8 | 1F | 54 | 34 |
| Octal | 353 | 210 | 34 | 0 | 52 | 130 | 10 | 37 | 124 | 64 |
| Binary | 11101011 | 10001000 | 11100 | 0 | 101010 | 1011000 | 1000 | 11111 | 1010100 | 110100 |
Color Harmonies of #EB881C
Complementary color
Monochromatic Colors of #EB881C
Black with #EB881C
Text Example
Text Example
White with #EB881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB881C; }
p { color: rgb(235,136,28); }
H1.HeaderClassName
{
color: #EB881C;
}
.AnyTagClassName
{
color: #EB881C;
}
</style>
background-color css
<style>
a { background-color: #EB881C; }
a { background-color: rgb(235,136,28); }
div.DivClassName
{
background-color: #EB881C;
}
.BgClassName
{
background-color: #EB881C;
}
</style>
border-color css
<style>
span { border-color: #EB881C; }
span { border-color: rgb(235,136,28); }
td.TdClassName
{
border-color: #EB881C;
}
.TagClassName
{
border-color: #EB881C;
}
</style>