Shades of Carrot Orange #EA881A
Tints of Carrot Orange #EA881A
RGB
CMYK
RGB Variations
Color information
#EA881A (or 0xEA881A) is known color: Carrot Orange. HEX triplet: EA, 88 and 1A. RGB value is (234,136,26). Sum of RGB (Red+Green+Blue) = 234+136+26=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA881A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA881A is #1577E5. Grayscale: #999999. Windows color (decimal): -1406950 or 1738986. OLE color: 1738986.
HSL color Cylindrical-coordinate representation of color #EA881A: hue angle of 31.73º 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 #EA881A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.08 |
| HSL | 31.73º | 0.83% | 0.51% | - |
| HSV(B) | 31.73º | 0.89% | 0.92% | - |
| XYZ | 42.92 | 35.18 | 5.5 | - |
| YUV | 152.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 26 | 0 | 0.42 | 0.89 | 0.08 | 31.73 | 0.83 | 0.51 |
| Hex | EA | 88 | 1A | 0 | 2A | 59 | 8 | 20 | 53 | 33 |
| Octal | 352 | 210 | 32 | 0 | 52 | 131 | 10 | 40 | 123 | 63 |
| Binary | 11101010 | 10001000 | 11010 | 0 | 101010 | 1011001 | 1000 | 100000 | 1010011 | 110011 |
Color Harmonies of #EA881A
Complementary color
Monochromatic Colors of #EA881A
Black with #EA881A
Text Example
Text Example
White with #EA881A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA881A; }
p { color: rgb(234,136,26); }
H1.HeaderClassName
{
color: #EA881A;
}
.AnyTagClassName
{
color: #EA881A;
}
</style>
background-color css
<style>
a { background-color: #EA881A; }
a { background-color: rgb(234,136,26); }
div.DivClassName
{
background-color: #EA881A;
}
.BgClassName
{
background-color: #EA881A;
}
</style>
border-color css
<style>
span { border-color: #EA881A; }
span { border-color: rgb(234,136,26); }
td.TdClassName
{
border-color: #EA881A;
}
.TagClassName
{
border-color: #EA881A;
}
</style>