Shades of Carrot Orange #EA8827
Tints of Carrot Orange #EA8827
RGB
CMYK
RGB Variations
Color information
#EA8827 (or 0xEA8827) is known color: Carrot Orange. HEX triplet: EA, 88 and 27. RGB value is (234,136,39). Sum of RGB (Red+Green+Blue) = 234+136+39=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8827 is #1577D8. Grayscale: #9A9A9A. Windows color (decimal): -1406937 or 2590954. OLE color: 2590954.
HSL color Cylindrical-coordinate representation of color #EA8827: hue angle of 29.85º 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 #EA8827 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 39 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.08 |
| HSL | 29.85º | 0.82% | 0.54% | - |
| HSV(B) | 29.85º | 0.83% | 0.92% | - |
| XYZ | 43.1 | 35.25 | 6.45 | - |
| YUV | 154.24 | 62.97 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 39 | 0 | 0.42 | 0.83 | 0.08 | 29.85 | 0.82 | 0.54 |
| Hex | EA | 88 | 27 | 0 | 2A | 53 | 8 | 1E | 52 | 36 |
| Octal | 352 | 210 | 47 | 0 | 52 | 123 | 10 | 36 | 122 | 66 |
| Binary | 11101010 | 10001000 | 100111 | 0 | 101010 | 1010011 | 1000 | 11110 | 1010010 | 110110 |
Color Harmonies of #EA8827
Complementary color
Monochromatic Colors of #EA8827
Black with #EA8827
Text Example
Text Example
White with #EA8827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8827; }
p { color: rgb(234,136,39); }
H1.HeaderClassName
{
color: #EA8827;
}
.AnyTagClassName
{
color: #EA8827;
}
</style>
background-color css
<style>
a { background-color: #EA8827; }
a { background-color: rgb(234,136,39); }
div.DivClassName
{
background-color: #EA8827;
}
.BgClassName
{
background-color: #EA8827;
}
</style>
border-color css
<style>
span { border-color: #EA8827; }
span { border-color: rgb(234,136,39); }
td.TdClassName
{
border-color: #EA8827;
}
.TagClassName
{
border-color: #EA8827;
}
</style>