Shades of Carrot Orange #EA8B20
Tints of Carrot Orange #EA8B20
RGB
CMYK
RGB Variations
Color information
#EA8B20 (or 0xEA8B20) is known color: Carrot Orange. HEX triplet: EA, 8B and 20. RGB value is (234,139,32). Sum of RGB (Red+Green+Blue) = 234+139+32=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8B20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8B20 is #1574DF. Grayscale: #9B9B9B. Windows color (decimal): -1406176 or 2132970. OLE color: 2132970.
HSL color Cylindrical-coordinate representation of color #EA8B20: hue angle of 31.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA8B20 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 32 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.08 |
| HSL | 31.78º | 0.83% | 0.52% | - |
| HSV(B) | 31.78º | 0.86% | 0.92% | - |
| XYZ | 43.43 | 36.06 | 6.04 | - |
| YUV | 155.21 | 58.47 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 32 | 0 | 0.41 | 0.86 | 0.08 | 31.78 | 0.83 | 0.52 |
| Hex | EA | 8B | 20 | 0 | 29 | 56 | 8 | 20 | 53 | 34 |
| Octal | 352 | 213 | 40 | 0 | 51 | 126 | 10 | 40 | 123 | 64 |
| Binary | 11101010 | 10001011 | 100000 | 0 | 101001 | 1010110 | 1000 | 100000 | 1010011 | 110100 |
Color Harmonies of #EA8B20
Complementary color
Monochromatic Colors of #EA8B20
Black with #EA8B20
Text Example
Text Example
White with #EA8B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8B20; }
p { color: rgb(234,139,32); }
H1.HeaderClassName
{
color: #EA8B20;
}
.AnyTagClassName
{
color: #EA8B20;
}
</style>
background-color css
<style>
a { background-color: #EA8B20; }
a { background-color: rgb(234,139,32); }
div.DivClassName
{
background-color: #EA8B20;
}
.BgClassName
{
background-color: #EA8B20;
}
</style>
border-color css
<style>
span { border-color: #EA8B20; }
span { border-color: rgb(234,139,32); }
td.TdClassName
{
border-color: #EA8B20;
}
.TagClassName
{
border-color: #EA8B20;
}
</style>