Shades of Carrot Orange #EA841B
Tints of Carrot Orange #EA841B
RGB
CMYK
RGB Variations
Color information
#EA841B (or 0xEA841B) is known color: Carrot Orange. HEX triplet: EA, 84 and 1B. RGB value is (234,132,27). Sum of RGB (Red+Green+Blue) = 234+132+27=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA841B is #157BE4. Grayscale: #979797. Windows color (decimal): -1407973 or 1803498. OLE color: 1803498.
HSL color Cylindrical-coordinate representation of color #EA841B: hue angle of 30.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA841B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 132 | 27 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.08 |
| HSL | 30.43º | 0.83% | 0.51% | - |
| HSV(B) | 30.43º | 0.88% | 0.92% | - |
| XYZ | 42.38 | 34.07 | 5.38 | - |
| YUV | 150.53 | 58.29 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 132 | 27 | 0 | 0.44 | 0.88 | 0.08 | 30.43 | 0.83 | 0.51 |
| Hex | EA | 84 | 1B | 0 | 2C | 58 | 8 | 1E | 53 | 33 |
| Octal | 352 | 204 | 33 | 0 | 54 | 130 | 10 | 36 | 123 | 63 |
| Binary | 11101010 | 10000100 | 11011 | 0 | 101100 | 1011000 | 1000 | 11110 | 1010011 | 110011 |
Color Harmonies of #EA841B
Complementary color
Monochromatic Colors of #EA841B
Black with #EA841B
Text Example
Text Example
White with #EA841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA841B; }
p { color: rgb(234,132,27); }
H1.HeaderClassName
{
color: #EA841B;
}
.AnyTagClassName
{
color: #EA841B;
}
</style>
background-color css
<style>
a { background-color: #EA841B; }
a { background-color: rgb(234,132,27); }
div.DivClassName
{
background-color: #EA841B;
}
.BgClassName
{
background-color: #EA841B;
}
</style>
border-color css
<style>
span { border-color: #EA841B; }
span { border-color: rgb(234,132,27); }
td.TdClassName
{
border-color: #EA841B;
}
.TagClassName
{
border-color: #EA841B;
}
</style>