Shades of Carrot Orange #EB821D
Tints of Carrot Orange #EB821D
RGB
CMYK
RGB Variations
Color information
#EB821D (or 0xEB821D) is known color: Carrot Orange. HEX triplet: EB, 82 and 1D. RGB value is (235,130,29). Sum of RGB (Red+Green+Blue) = 235+130+29=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB821D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB821D is #147DE2. Grayscale: #969696. Windows color (decimal): -1342947 or 1934059. OLE color: 1934059.
HSL color Cylindrical-coordinate representation of color #EB821D: hue angle of 29.42º 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 #EB821D is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 130 | 29 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.08 |
| HSL | 29.42º | 0.84% | 0.52% | - |
| HSV(B) | 29.42º | 0.88% | 0.92% | - |
| XYZ | 42.47 | 33.72 | 5.43 | - |
| YUV | 149.88 | 59.79 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 130 | 29 | 0 | 0.45 | 0.88 | 0.08 | 29.42 | 0.84 | 0.52 |
| Hex | EB | 82 | 1D | 0 | 2D | 58 | 8 | 1D | 54 | 34 |
| Octal | 353 | 202 | 35 | 0 | 55 | 130 | 10 | 35 | 124 | 64 |
| Binary | 11101011 | 10000010 | 11101 | 0 | 101101 | 1011000 | 1000 | 11101 | 1010100 | 110100 |
Color Harmonies of #EB821D
Complementary color
Monochromatic Colors of #EB821D
Black with #EB821D
Text Example
Text Example
White with #EB821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB821D; }
p { color: rgb(235,130,29); }
H1.HeaderClassName
{
color: #EB821D;
}
.AnyTagClassName
{
color: #EB821D;
}
</style>
background-color css
<style>
a { background-color: #EB821D; }
a { background-color: rgb(235,130,29); }
div.DivClassName
{
background-color: #EB821D;
}
.BgClassName
{
background-color: #EB821D;
}
</style>
border-color css
<style>
span { border-color: #EB821D; }
span { border-color: rgb(235,130,29); }
td.TdClassName
{
border-color: #EB821D;
}
.TagClassName
{
border-color: #EB821D;
}
</style>