Shades of Carrot Orange #EA8A28
Tints of Carrot Orange #EA8A28
RGB
CMYK
RGB Variations
Color information
#EA8A28 (or 0xEA8A28) is known color: Carrot Orange. HEX triplet: EA, 8A and 28. RGB value is (234,138,40). Sum of RGB (Red+Green+Blue) = 234+138+40=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA8A28 is #1575D7. Grayscale: #9C9C9C. Windows color (decimal): -1406424 or 2657002. OLE color: 2657002.
HSL color Cylindrical-coordinate representation of color #EA8A28: hue angle of 30.31º 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 #EA8A28 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 40 | - |
| CMYK | 0 | 0.41 | 0.83 | 0.08 |
| HSL | 30.31º | 0.82% | 0.54% | - |
| HSV(B) | 30.31º | 0.83% | 0.92% | - |
| XYZ | 43.4 | 35.82 | 6.63 | - |
| YUV | 155.53 | 62.8 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 40 | 0 | 0.41 | 0.83 | 0.08 | 30.31 | 0.82 | 0.54 |
| Hex | EA | 8A | 28 | 0 | 29 | 53 | 8 | 1E | 52 | 36 |
| Octal | 352 | 212 | 50 | 0 | 51 | 123 | 10 | 36 | 122 | 66 |
| Binary | 11101010 | 10001010 | 101000 | 0 | 101001 | 1010011 | 1000 | 11110 | 1010010 | 110110 |
Color Harmonies of #EA8A28
Complementary color
Monochromatic Colors of #EA8A28
Black with #EA8A28
Text Example
Text Example
White with #EA8A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8A28; }
p { color: rgb(234,138,40); }
H1.HeaderClassName
{
color: #EA8A28;
}
.AnyTagClassName
{
color: #EA8A28;
}
</style>
background-color css
<style>
a { background-color: #EA8A28; }
a { background-color: rgb(234,138,40); }
div.DivClassName
{
background-color: #EA8A28;
}
.BgClassName
{
background-color: #EA8A28;
}
</style>
border-color css
<style>
span { border-color: #EA8A28; }
span { border-color: rgb(234,138,40); }
td.TdClassName
{
border-color: #EA8A28;
}
.TagClassName
{
border-color: #EA8A28;
}
</style>