Shades of Carrot Orange #EA932C
Tints of Carrot Orange #EA932C
RGB
CMYK
RGB Variations
Color information
#EA932C (or 0xEA932C) is known color: Carrot Orange. HEX triplet: EA, 93 and 2C. RGB value is (234,147,44). Sum of RGB (Red+Green+Blue) = 234+147+44=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EA932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA932C is #156CD3. Grayscale: #A1A1A1. Windows color (decimal): -1404116 or 2921450. OLE color: 2921450.
HSL color Cylindrical-coordinate representation of color #EA932C: hue angle of 32.53º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA932C is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 44 | - |
| CMYK | 0 | 0.37 | 0.81 | 0.08 |
| HSL | 32.53º | 0.82% | 0.55% | - |
| HSV(B) | 32.53º | 0.81% | 0.92% | - |
| XYZ | 44.82 | 38.54 | 7.46 | - |
| YUV | 161.27 | 61.82 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 44 | 0 | 0.37 | 0.81 | 0.08 | 32.53 | 0.82 | 0.55 |
| Hex | EA | 93 | 2C | 0 | 25 | 51 | 8 | 21 | 52 | 37 |
| Octal | 352 | 223 | 54 | 0 | 45 | 121 | 10 | 41 | 122 | 67 |
| Binary | 11101010 | 10010011 | 101100 | 0 | 100101 | 1010001 | 1000 | 100001 | 1010010 | 110111 |
Color Harmonies of #EA932C
Complementary color
Monochromatic Colors of #EA932C
Black with #EA932C
Text Example
Text Example
White with #EA932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA932C; }
p { color: rgb(234,147,44); }
H1.HeaderClassName
{
color: #EA932C;
}
.AnyTagClassName
{
color: #EA932C;
}
</style>
background-color css
<style>
a { background-color: #EA932C; }
a { background-color: rgb(234,147,44); }
div.DivClassName
{
background-color: #EA932C;
}
.BgClassName
{
background-color: #EA932C;
}
</style>
border-color css
<style>
span { border-color: #EA932C; }
span { border-color: rgb(234,147,44); }
td.TdClassName
{
border-color: #EA932C;
}
.TagClassName
{
border-color: #EA932C;
}
</style>