Shades of Carrot Orange #EB8829
Tints of Carrot Orange #EB8829
RGB
CMYK
RGB Variations
Color information
#EB8829 (or 0xEB8829) is known color: Carrot Orange. HEX triplet: EB, 88 and 29. RGB value is (235,136,41). Sum of RGB (Red+Green+Blue) = 235+136+41=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 41 (16.41% from 255 or 9.95% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8829 is #1477D6. Grayscale: #9B9B9B. Windows color (decimal): -1341399 or 2722027. OLE color: 2722027.
HSL color Cylindrical-coordinate representation of color #EB8829: hue angle of 29.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB8829 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 41 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.08 |
| HSL | 29.38º | 0.83% | 0.54% | - |
| HSV(B) | 29.38º | 0.83% | 0.92% | - |
| XYZ | 43.47 | 35.43 | 6.65 | - |
| YUV | 154.77 | 63.8 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 41 | 0 | 0.42 | 0.83 | 0.08 | 29.38 | 0.83 | 0.54 |
| Hex | EB | 88 | 29 | 0 | 2A | 53 | 8 | 1D | 53 | 36 |
| Octal | 353 | 210 | 51 | 0 | 52 | 123 | 10 | 35 | 123 | 66 |
| Binary | 11101011 | 10001000 | 101001 | 0 | 101010 | 1010011 | 1000 | 11101 | 1010011 | 110110 |
Color Harmonies of #EB8829
Complementary color
Monochromatic Colors of #EB8829
Black with #EB8829
Text Example
Text Example
White with #EB8829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8829; }
p { color: rgb(235,136,41); }
H1.HeaderClassName
{
color: #EB8829;
}
.AnyTagClassName
{
color: #EB8829;
}
</style>
background-color css
<style>
a { background-color: #EB8829; }
a { background-color: rgb(235,136,41); }
div.DivClassName
{
background-color: #EB8829;
}
.BgClassName
{
background-color: #EB8829;
}
</style>
border-color css
<style>
span { border-color: #EB8829; }
span { border-color: rgb(235,136,41); }
td.TdClassName
{
border-color: #EB8829;
}
.TagClassName
{
border-color: #EB8829;
}
</style>