Shades of Carrot Orange #EA8C21
Tints of Carrot Orange #EA8C21
RGB
CMYK
RGB Variations
Color information
#EA8C21 (or 0xEA8C21) is known color: Carrot Orange. HEX triplet: EA, 8C and 21. RGB value is (234,140,33). Sum of RGB (Red+Green+Blue) = 234+140+33=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8C21 is #1573DE. Grayscale: #9C9C9C. Windows color (decimal): -1405919 or 2198762. OLE color: 2198762.
HSL color Cylindrical-coordinate representation of color #EA8C21: hue angle of 31.94º 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 #EA8C21 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 33 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.08 |
| HSL | 31.94º | 0.83% | 0.52% | - |
| HSV(B) | 31.94º | 0.86% | 0.92% | - |
| XYZ | 43.58 | 36.36 | 6.16 | - |
| YUV | 155.91 | 58.64 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 33 | 0 | 0.40 | 0.86 | 0.08 | 31.94 | 0.83 | 0.52 |
| Hex | EA | 8C | 21 | 0 | 28 | 56 | 8 | 20 | 53 | 34 |
| Octal | 352 | 214 | 41 | 0 | 50 | 126 | 10 | 40 | 123 | 64 |
| Binary | 11101010 | 10001100 | 100001 | 0 | 101000 | 1010110 | 1000 | 100000 | 1010011 | 110100 |
Color Harmonies of #EA8C21
Complementary color
Monochromatic Colors of #EA8C21
Black with #EA8C21
Text Example
Text Example
White with #EA8C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8C21; }
p { color: rgb(234,140,33); }
H1.HeaderClassName
{
color: #EA8C21;
}
.AnyTagClassName
{
color: #EA8C21;
}
</style>
background-color css
<style>
a { background-color: #EA8C21; }
a { background-color: rgb(234,140,33); }
div.DivClassName
{
background-color: #EA8C21;
}
.BgClassName
{
background-color: #EA8C21;
}
</style>
border-color css
<style>
span { border-color: #EA8C21; }
span { border-color: rgb(234,140,33); }
td.TdClassName
{
border-color: #EA8C21;
}
.TagClassName
{
border-color: #EA8C21;
}
</style>