Shades of Carrot Orange #EA9A28
Tints of Carrot Orange #EA9A28
RGB
CMYK
RGB Variations
Color information
#EA9A28 (or 0xEA9A28) is known color: Carrot Orange. HEX triplet: EA, 9A and 28. RGB value is (234,154,40). Sum of RGB (Red+Green+Blue) = 234+154+40=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 40 (16.02% from 255 or 9.35% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA9A28 is #1565D7. Grayscale: #A5A5A5. Windows color (decimal): -1402328 or 2661098. OLE color: 2661098.
HSL color Cylindrical-coordinate representation of color #EA9A28: hue angle of 35.26º 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 #EA9A28 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 40 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.08 |
| HSL | 35.26º | 0.82% | 0.54% | - |
| HSV(B) | 35.26º | 0.83% | 0.92% | - |
| XYZ | 45.87 | 40.76 | 7.46 | - |
| YUV | 164.92 | 57.5 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 40 | 0 | 0.34 | 0.83 | 0.08 | 35.26 | 0.82 | 0.54 |
| Hex | EA | 9A | 28 | 0 | 22 | 53 | 8 | 23 | 52 | 36 |
| Octal | 352 | 232 | 50 | 0 | 42 | 123 | 10 | 43 | 122 | 66 |
| Binary | 11101010 | 10011010 | 101000 | 0 | 100010 | 1010011 | 1000 | 100011 | 1010010 | 110110 |
Color Harmonies of #EA9A28
Complementary color
Monochromatic Colors of #EA9A28
Black with #EA9A28
Text Example
Text Example
White with #EA9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A28; }
p { color: rgb(234,154,40); }
H1.HeaderClassName
{
color: #EA9A28;
}
.AnyTagClassName
{
color: #EA9A28;
}
</style>
background-color css
<style>
a { background-color: #EA9A28; }
a { background-color: rgb(234,154,40); }
div.DivClassName
{
background-color: #EA9A28;
}
.BgClassName
{
background-color: #EA9A28;
}
</style>
border-color css
<style>
span { border-color: #EA9A28; }
span { border-color: rgb(234,154,40); }
td.TdClassName
{
border-color: #EA9A28;
}
.TagClassName
{
border-color: #EA9A28;
}
</style>