Shades of Carrot Orange #EA8627
Tints of Carrot Orange #EA8627
RGB
CMYK
RGB Variations
Color information
#EA8627 (or 0xEA8627) is known color: Carrot Orange. HEX triplet: EA, 86 and 27. RGB value is (234,134,39). Sum of RGB (Red+Green+Blue) = 234+134+39=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 39 (15.62% from 255 or 9.58% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8627 is #1579D8. Grayscale: #999999. Windows color (decimal): -1407449 or 2590442. OLE color: 2590442.
HSL color Cylindrical-coordinate representation of color #EA8627: hue angle of 29.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA8627 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 134 | 39 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.08 |
| HSL | 29.23º | 0.82% | 0.54% | - |
| HSV(B) | 29.23º | 0.83% | 0.92% | - |
| XYZ | 42.82 | 34.69 | 6.36 | - |
| YUV | 153.07 | 63.63 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 134 | 39 | 0 | 0.43 | 0.83 | 0.08 | 29.23 | 0.82 | 0.54 |
| Hex | EA | 86 | 27 | 0 | 2B | 53 | 8 | 1D | 52 | 36 |
| Octal | 352 | 206 | 47 | 0 | 53 | 123 | 10 | 35 | 122 | 66 |
| Binary | 11101010 | 10000110 | 100111 | 0 | 101011 | 1010011 | 1000 | 11101 | 1010010 | 110110 |
Color Harmonies of #EA8627
Complementary color
Monochromatic Colors of #EA8627
Black with #EA8627
Text Example
Text Example
White with #EA8627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8627; }
p { color: rgb(234,134,39); }
H1.HeaderClassName
{
color: #EA8627;
}
.AnyTagClassName
{
color: #EA8627;
}
</style>
background-color css
<style>
a { background-color: #EA8627; }
a { background-color: rgb(234,134,39); }
div.DivClassName
{
background-color: #EA8627;
}
.BgClassName
{
background-color: #EA8627;
}
</style>
border-color css
<style>
span { border-color: #EA8627; }
span { border-color: rgb(234,134,39); }
td.TdClassName
{
border-color: #EA8627;
}
.TagClassName
{
border-color: #EA8627;
}
</style>