Shades of Carrot Orange #EA8823
Tints of Carrot Orange #EA8823
RGB
CMYK
RGB Variations
Color information
#EA8823 (or 0xEA8823) is known color: Carrot Orange. HEX triplet: EA, 88 and 23. RGB value is (234,136,35). Sum of RGB (Red+Green+Blue) = 234+136+35=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 35 (14.06% from 255 or 8.64% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8823 is #1577DC. Grayscale: #9A9A9A. Windows color (decimal): -1406941 or 2328810. OLE color: 2328810.
HSL color Cylindrical-coordinate representation of color #EA8823: hue angle of 30.45º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA8823 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 136 | 35 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.08 |
| HSL | 30.45º | 0.83% | 0.53% | - |
| HSV(B) | 30.45º | 0.85% | 0.92% | - |
| XYZ | 43.04 | 35.22 | 6.12 | - |
| YUV | 153.79 | 60.97 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 136 | 35 | 0 | 0.42 | 0.85 | 0.08 | 30.45 | 0.83 | 0.53 |
| Hex | EA | 88 | 23 | 0 | 2A | 55 | 8 | 1E | 53 | 35 |
| Octal | 352 | 210 | 43 | 0 | 52 | 125 | 10 | 36 | 123 | 65 |
| Binary | 11101010 | 10001000 | 100011 | 0 | 101010 | 1010101 | 1000 | 11110 | 1010011 | 110101 |
Color Harmonies of #EA8823
Complementary color
Monochromatic Colors of #EA8823
Black with #EA8823
Text Example
Text Example
White with #EA8823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8823; }
p { color: rgb(234,136,35); }
H1.HeaderClassName
{
color: #EA8823;
}
.AnyTagClassName
{
color: #EA8823;
}
</style>
background-color css
<style>
a { background-color: #EA8823; }
a { background-color: rgb(234,136,35); }
div.DivClassName
{
background-color: #EA8823;
}
.BgClassName
{
background-color: #EA8823;
}
</style>
border-color css
<style>
span { border-color: #EA8823; }
span { border-color: rgb(234,136,35); }
td.TdClassName
{
border-color: #EA8823;
}
.TagClassName
{
border-color: #EA8823;
}
</style>