Shades of Carrot Orange #EA941A
Tints of Carrot Orange #EA941A
RGB
CMYK
RGB Variations
Color information
#EA941A (or 0xEA941A) is known color: Carrot Orange. HEX triplet: EA, 94 and 1A. RGB value is (234,148,26). Sum of RGB (Red+Green+Blue) = 234+148+26=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA941A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA941A is #156BE5. Grayscale: #A0A0A0. Windows color (decimal): -1403878 or 1742058. OLE color: 1742058.
HSL color Cylindrical-coordinate representation of color #EA941A: hue angle of 35.19º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA941A is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 148 | 26 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.08 |
| HSL | 35.19º | 0.83% | 0.51% | - |
| HSV(B) | 35.19º | 0.89% | 0.92% | - |
| XYZ | 44.71 | 38.75 | 6.1 | - |
| YUV | 159.81 | 52.49 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 26 | 0 | 0.37 | 0.89 | 0.08 | 35.19 | 0.83 | 0.51 |
| Hex | EA | 94 | 1A | 0 | 25 | 59 | 8 | 23 | 53 | 33 |
| Octal | 352 | 224 | 32 | 0 | 45 | 131 | 10 | 43 | 123 | 63 |
| Binary | 11101010 | 10010100 | 11010 | 0 | 100101 | 1011001 | 1000 | 100011 | 1010011 | 110011 |
Color Harmonies of #EA941A
Complementary color
Monochromatic Colors of #EA941A
Black with #EA941A
Text Example
Text Example
White with #EA941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA941A; }
p { color: rgb(234,148,26); }
H1.HeaderClassName
{
color: #EA941A;
}
.AnyTagClassName
{
color: #EA941A;
}
</style>
background-color css
<style>
a { background-color: #EA941A; }
a { background-color: rgb(234,148,26); }
div.DivClassName
{
background-color: #EA941A;
}
.BgClassName
{
background-color: #EA941A;
}
</style>
border-color css
<style>
span { border-color: #EA941A; }
span { border-color: rgb(234,148,26); }
td.TdClassName
{
border-color: #EA941A;
}
.TagClassName
{
border-color: #EA941A;
}
</style>