Shades of Carrot Orange #EA821D
Tints of Carrot Orange #EA821D
RGB
CMYK
RGB Variations
Color information
#EA821D (or 0xEA821D) is known color: Carrot Orange. HEX triplet: EA, 82 and 1D. RGB value is (234,130,29). Sum of RGB (Red+Green+Blue) = 234+130+29=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA821D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA821D is #157DE2. Grayscale: #969696. Windows color (decimal): -1408483 or 1934058. OLE color: 1934058.
HSL color Cylindrical-coordinate representation of color #EA821D: hue angle of 29.56º degrees, saturation: 0.83, 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 #EA821D is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 130 | 29 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.08 |
| HSL | 29.56º | 0.83% | 0.52% | - |
| HSV(B) | 29.56º | 0.88% | 0.92% | - |
| XYZ | 42.14 | 33.55 | 5.42 | - |
| YUV | 149.58 | 59.96 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 130 | 29 | 0 | 0.44 | 0.88 | 0.08 | 29.56 | 0.83 | 0.52 |
| Hex | EA | 82 | 1D | 0 | 2C | 58 | 8 | 1E | 53 | 34 |
| Octal | 352 | 202 | 35 | 0 | 54 | 130 | 10 | 36 | 123 | 64 |
| Binary | 11101010 | 10000010 | 11101 | 0 | 101100 | 1011000 | 1000 | 11110 | 1010011 | 110100 |
Color Harmonies of #EA821D
Complementary color
Monochromatic Colors of #EA821D
Black with #EA821D
Text Example
Text Example
White with #EA821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA821D; }
p { color: rgb(234,130,29); }
H1.HeaderClassName
{
color: #EA821D;
}
.AnyTagClassName
{
color: #EA821D;
}
</style>
background-color css
<style>
a { background-color: #EA821D; }
a { background-color: rgb(234,130,29); }
div.DivClassName
{
background-color: #EA821D;
}
.BgClassName
{
background-color: #EA821D;
}
</style>
border-color css
<style>
span { border-color: #EA821D; }
span { border-color: rgb(234,130,29); }
td.TdClassName
{
border-color: #EA821D;
}
.TagClassName
{
border-color: #EA821D;
}
</style>