Shades of Carrot Orange #EA952C
Tints of Carrot Orange #EA952C
RGB
CMYK
RGB Variations
Color information
#EA952C (or 0xEA952C) is known color: Carrot Orange. HEX triplet: EA, 95 and 2C. RGB value is (234,149,44). Sum of RGB (Red+Green+Blue) = 234+149+44=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA952C is #156AD3. Grayscale: #A2A2A2. Windows color (decimal): -1403604 or 2921962. OLE color: 2921962.
HSL color Cylindrical-coordinate representation of color #EA952C: hue angle of 33.16º 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 #EA952C is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 149 | 44 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.08 |
| HSL | 33.16º | 0.82% | 0.55% | - |
| HSV(B) | 33.16º | 0.81% | 0.92% | - |
| XYZ | 45.13 | 39.17 | 7.56 | - |
| YUV | 162.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 149 | 44 | 0 | 0.36 | 0.81 | 0.08 | 33.16 | 0.82 | 0.55 |
| Hex | EA | 95 | 2C | 0 | 24 | 51 | 8 | 21 | 52 | 37 |
| Octal | 352 | 225 | 54 | 0 | 44 | 121 | 10 | 41 | 122 | 67 |
| Binary | 11101010 | 10010101 | 101100 | 0 | 100100 | 1010001 | 1000 | 100001 | 1010010 | 110111 |
Color Harmonies of #EA952C
Complementary color
Monochromatic Colors of #EA952C
Black with #EA952C
Text Example
Text Example
White with #EA952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA952C; }
p { color: rgb(234,149,44); }
H1.HeaderClassName
{
color: #EA952C;
}
.AnyTagClassName
{
color: #EA952C;
}
</style>
background-color css
<style>
a { background-color: #EA952C; }
a { background-color: rgb(234,149,44); }
div.DivClassName
{
background-color: #EA952C;
}
.BgClassName
{
background-color: #EA952C;
}
</style>
border-color css
<style>
span { border-color: #EA952C; }
span { border-color: rgb(234,149,44); }
td.TdClassName
{
border-color: #EA952C;
}
.TagClassName
{
border-color: #EA952C;
}
</style>