Shades of Carrot Orange #EA901D
Tints of Carrot Orange #EA901D
RGB
CMYK
RGB Variations
Color information
#EA901D (or 0xEA901D) is known color: Carrot Orange. HEX triplet: EA, 90 and 1D. RGB value is (234,144,29). Sum of RGB (Red+Green+Blue) = 234+144+29=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA901D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA901D is #156FE2. Grayscale: #9E9E9E. Windows color (decimal): -1404899 or 1937642. OLE color: 1937642.
HSL color Cylindrical-coordinate representation of color #EA901D: hue angle of 33.66º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA901D is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 29 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.08 |
| HSL | 33.66º | 0.83% | 0.52% | - |
| HSV(B) | 33.66º | 0.88% | 0.92% | - |
| XYZ | 44.13 | 37.53 | 6.08 | - |
| YUV | 157.8 | 55.32 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 29 | 0 | 0.38 | 0.88 | 0.08 | 33.66 | 0.83 | 0.52 |
| Hex | EA | 90 | 1D | 0 | 26 | 58 | 8 | 22 | 53 | 34 |
| Octal | 352 | 220 | 35 | 0 | 46 | 130 | 10 | 42 | 123 | 64 |
| Binary | 11101010 | 10010000 | 11101 | 0 | 100110 | 1011000 | 1000 | 100010 | 1010011 | 110100 |
Color Harmonies of #EA901D
Complementary color
Monochromatic Colors of #EA901D
Black with #EA901D
Text Example
Text Example
White with #EA901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA901D; }
p { color: rgb(234,144,29); }
H1.HeaderClassName
{
color: #EA901D;
}
.AnyTagClassName
{
color: #EA901D;
}
</style>
background-color css
<style>
a { background-color: #EA901D; }
a { background-color: rgb(234,144,29); }
div.DivClassName
{
background-color: #EA901D;
}
.BgClassName
{
background-color: #EA901D;
}
</style>
border-color css
<style>
span { border-color: #EA901D; }
span { border-color: rgb(234,144,29); }
td.TdClassName
{
border-color: #EA901D;
}
.TagClassName
{
border-color: #EA901D;
}
</style>