Shades of Carrot Orange #EA841E
Tints of Carrot Orange #EA841E
RGB
CMYK
RGB Variations
Color information
#EA841E (or 0xEA841E) is known color: Carrot Orange. HEX triplet: EA, 84 and 1E. RGB value is (234,132,30). Sum of RGB (Red+Green+Blue) = 234+132+30=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA841E is #157BE1. Grayscale: #979797. Windows color (decimal): -1407970 or 2000106. OLE color: 2000106.
HSL color Cylindrical-coordinate representation of color #EA841E: hue angle of 30º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA841E is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 30 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.08 |
| HSL | 30º | 0.83% | 0.52% | - |
| HSV(B) | 30º | 0.87% | 0.92% | - |
| XYZ | 42.42 | 34.09 | 5.57 | - |
| YUV | 150.87 | 59.79 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 30 | 0 | 0.44 | 0.87 | 0.08 | 30 | 0.83 | 0.52 |
| Hex | EA | 84 | 1E | 0 | 2C | 57 | 8 | 1E | 53 | 34 |
| Octal | 352 | 204 | 36 | 0 | 54 | 127 | 10 | 36 | 123 | 64 |
| Binary | 11101010 | 10000100 | 11110 | 0 | 101100 | 1010111 | 1000 | 11110 | 1010011 | 110100 |
Color Harmonies of #EA841E
Complementary color
Monochromatic Colors of #EA841E
Black with #EA841E
Text Example
Text Example
White with #EA841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA841E; }
p { color: rgb(234,132,30); }
H1.HeaderClassName
{
color: #EA841E;
}
.AnyTagClassName
{
color: #EA841E;
}
</style>
background-color css
<style>
a { background-color: #EA841E; }
a { background-color: rgb(234,132,30); }
div.DivClassName
{
background-color: #EA841E;
}
.BgClassName
{
background-color: #EA841E;
}
</style>
border-color css
<style>
span { border-color: #EA841E; }
span { border-color: rgb(234,132,30); }
td.TdClassName
{
border-color: #EA841E;
}
.TagClassName
{
border-color: #EA841E;
}
</style>