Shades of Carrot Orange #EA952E
Tints of Carrot Orange #EA952E
RGB
CMYK
RGB Variations
Color information
#EA952E (or 0xEA952E) is known color: Carrot Orange. HEX triplet: EA, 95 and 2E. RGB value is (234,149,46). Sum of RGB (Red+Green+Blue) = 234+149+46=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 149 (58.59% from 255 or 34.73% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA952E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA952E is #156AD1. Grayscale: #A3A3A3. Windows color (decimal): -1403602 or 3053034. OLE color: 3053034.
HSL color Cylindrical-coordinate representation of color #EA952E: hue angle of 32.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA952E is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 46 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.08 |
| HSL | 32.87º | 0.82% | 0.55% | - |
| HSV(B) | 32.87º | 0.8% | 0.92% | - |
| XYZ | 45.17 | 39.18 | 7.77 | - |
| YUV | 162.67 | 62.16 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 46 | 0 | 0.36 | 0.80 | 0.08 | 32.87 | 0.82 | 0.55 |
| Hex | EA | 95 | 2E | 0 | 24 | 50 | 8 | 21 | 52 | 37 |
| Octal | 352 | 225 | 56 | 0 | 44 | 120 | 10 | 41 | 122 | 67 |
| Binary | 11101010 | 10010101 | 101110 | 0 | 100100 | 1010000 | 1000 | 100001 | 1010010 | 110111 |
Color Harmonies of #EA952E
Complementary color
Monochromatic Colors of #EA952E
Black with #EA952E
Text Example
Text Example
White with #EA952E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA952E; }
p { color: rgb(234,149,46); }
H1.HeaderClassName
{
color: #EA952E;
}
.AnyTagClassName
{
color: #EA952E;
}
</style>
background-color css
<style>
a { background-color: #EA952E; }
a { background-color: rgb(234,149,46); }
div.DivClassName
{
background-color: #EA952E;
}
.BgClassName
{
background-color: #EA952E;
}
</style>
border-color css
<style>
span { border-color: #EA952E; }
span { border-color: rgb(234,149,46); }
td.TdClassName
{
border-color: #EA952E;
}
.TagClassName
{
border-color: #EA952E;
}
</style>