Shades of Carrot Orange #EA8321
Tints of Carrot Orange #EA8321
RGB
CMYK
RGB Variations
Color information
#EA8321 (or 0xEA8321) is known color: Carrot Orange. HEX triplet: EA, 83 and 21. RGB value is (234,131,33). Sum of RGB (Red+Green+Blue) = 234+131+33=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 33 (13.28% from 255 or 8.29% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8321 is #157CDE. Grayscale: #979797. Windows color (decimal): -1408223 or 2196458. OLE color: 2196458.
HSL color Cylindrical-coordinate representation of color #EA8321: hue angle of 29.25º 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 #EA8321 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 33 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.08 |
| HSL | 29.25º | 0.83% | 0.52% | - |
| HSV(B) | 29.25º | 0.86% | 0.92% | - |
| XYZ | 42.32 | 33.83 | 5.74 | - |
| YUV | 150.63 | 61.62 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 33 | 0 | 0.44 | 0.86 | 0.08 | 29.25 | 0.83 | 0.52 |
| Hex | EA | 83 | 21 | 0 | 2C | 56 | 8 | 1D | 53 | 34 |
| Octal | 352 | 203 | 41 | 0 | 54 | 126 | 10 | 35 | 123 | 64 |
| Binary | 11101010 | 10000011 | 100001 | 0 | 101100 | 1010110 | 1000 | 11101 | 1010011 | 110100 |
Color Harmonies of #EA8321
Complementary color
Monochromatic Colors of #EA8321
Black with #EA8321
Text Example
Text Example
White with #EA8321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8321; }
p { color: rgb(234,131,33); }
H1.HeaderClassName
{
color: #EA8321;
}
.AnyTagClassName
{
color: #EA8321;
}
</style>
background-color css
<style>
a { background-color: #EA8321; }
a { background-color: rgb(234,131,33); }
div.DivClassName
{
background-color: #EA8321;
}
.BgClassName
{
background-color: #EA8321;
}
</style>
border-color css
<style>
span { border-color: #EA8321; }
span { border-color: rgb(234,131,33); }
td.TdClassName
{
border-color: #EA8321;
}
.TagClassName
{
border-color: #EA8321;
}
</style>