Shades of Carrot Orange #EB8A16
Tints of Carrot Orange #EB8A16
RGB
CMYK
RGB Variations
Color information
#EB8A16 (or 0xEB8A16) is known color: Carrot Orange. HEX triplet: EB, 8A and 16. RGB value is (235,138,22). Sum of RGB (Red+Green+Blue) = 235+138+22=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EB8A16 is #1475E9. Grayscale: #9A9A9A. Windows color (decimal): -1340906 or 1477355. OLE color: 1477355.
HSL color Cylindrical-coordinate representation of color #EB8A16: hue angle of 32.68º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EB8A16 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 138 | 22 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.08 |
| HSL | 32.68º | 0.84% | 0.5% | - |
| HSV(B) | 32.68º | 0.91% | 0.92% | - |
| XYZ | 43.49 | 35.9 | 5.4 | - |
| YUV | 153.78 | 53.64 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 138 | 22 | 0 | 0.41 | 0.91 | 0.08 | 32.68 | 0.84 | 0.5 |
| Hex | EB | 8A | 16 | 0 | 29 | 5B | 8 | 21 | 54 | 32 |
| Octal | 353 | 212 | 26 | 0 | 51 | 133 | 10 | 41 | 124 | 62 |
| Binary | 11101011 | 10001010 | 10110 | 0 | 101001 | 1011011 | 1000 | 100001 | 1010100 | 110010 |
Color Harmonies of #EB8A16
Complementary color
Monochromatic Colors of #EB8A16
Black with #EB8A16
Text Example
Text Example
White with #EB8A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8A16; }
p { color: rgb(235,138,22); }
H1.HeaderClassName
{
color: #EB8A16;
}
.AnyTagClassName
{
color: #EB8A16;
}
</style>
background-color css
<style>
a { background-color: #EB8A16; }
a { background-color: rgb(235,138,22); }
div.DivClassName
{
background-color: #EB8A16;
}
.BgClassName
{
background-color: #EB8A16;
}
</style>
border-color css
<style>
span { border-color: #EB8A16; }
span { border-color: rgb(235,138,22); }
td.TdClassName
{
border-color: #EB8A16;
}
.TagClassName
{
border-color: #EB8A16;
}
</style>