Shades of Carrot Orange #EA8328
Tints of Carrot Orange #EA8328
RGB
CMYK
RGB Variations
Color information
#EA8328 (or 0xEA8328) is known color: Carrot Orange. HEX triplet: EA, 83 and 28. RGB value is (234,131,40). Sum of RGB (Red+Green+Blue) = 234+131+40=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8328 is #157CD7. Grayscale: #979797. Windows color (decimal): -1408216 or 2655210. OLE color: 2655210.
HSL color Cylindrical-coordinate representation of color #EA8328: hue angle of 28.14º 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 #EA8328 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 131 | 40 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.08 |
| HSL | 28.14º | 0.82% | 0.54% | - |
| HSV(B) | 28.14º | 0.83% | 0.92% | - |
| XYZ | 42.43 | 33.88 | 6.31 | - |
| YUV | 151.42 | 65.12 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 40 | 0 | 0.44 | 0.83 | 0.08 | 28.14 | 0.82 | 0.54 |
| Hex | EA | 83 | 28 | 0 | 2C | 53 | 8 | 1C | 52 | 36 |
| Octal | 352 | 203 | 50 | 0 | 54 | 123 | 10 | 34 | 122 | 66 |
| Binary | 11101010 | 10000011 | 101000 | 0 | 101100 | 1010011 | 1000 | 11100 | 1010010 | 110110 |
Color Harmonies of #EA8328
Complementary color
Monochromatic Colors of #EA8328
Black with #EA8328
Text Example
Text Example
White with #EA8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8328; }
p { color: rgb(234,131,40); }
H1.HeaderClassName
{
color: #EA8328;
}
.AnyTagClassName
{
color: #EA8328;
}
</style>
background-color css
<style>
a { background-color: #EA8328; }
a { background-color: rgb(234,131,40); }
div.DivClassName
{
background-color: #EA8328;
}
.BgClassName
{
background-color: #EA8328;
}
</style>
border-color css
<style>
span { border-color: #EA8328; }
span { border-color: rgb(234,131,40); }
td.TdClassName
{
border-color: #EA8328;
}
.TagClassName
{
border-color: #EA8328;
}
</style>