Shades of Carrot Orange #EB902C
Tints of Carrot Orange #EB902C
RGB
CMYK
RGB Variations
Color information
#EB902C (or 0xEB902C) is known color: Carrot Orange. HEX triplet: EB, 90 and 2C. RGB value is (235,144,44). Sum of RGB (Red+Green+Blue) = 235+144+44=423 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.56% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 235 - color contains mainly: red. Hex color #EB902C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB902C is #146FD3. Grayscale: #A0A0A0. Windows color (decimal): -1339348 or 2920683. OLE color: 2920683.
HSL color Cylindrical-coordinate representation of color #EB902C: hue angle of 31.41º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB902C is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 44 | - |
| CMYK | 0 | 0.39 | 0.81 | 0.08 |
| HSL | 31.41º | 0.83% | 0.55% | - |
| HSV(B) | 31.41º | 0.81% | 0.92% | - |
| XYZ | 44.69 | 37.79 | 7.32 | - |
| YUV | 159.81 | 62.65 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 44 | 0 | 0.39 | 0.81 | 0.08 | 31.41 | 0.83 | 0.55 |
| Hex | EB | 90 | 2C | 0 | 27 | 51 | 8 | 1F | 53 | 37 |
| Octal | 353 | 220 | 54 | 0 | 47 | 121 | 10 | 37 | 123 | 67 |
| Binary | 11101011 | 10010000 | 101100 | 0 | 100111 | 1010001 | 1000 | 11111 | 1010011 | 110111 |
Color Harmonies of #EB902C
Complementary color
Monochromatic Colors of #EB902C
Black with #EB902C
Text Example
Text Example
White with #EB902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB902C; }
p { color: rgb(235,144,44); }
H1.HeaderClassName
{
color: #EB902C;
}
.AnyTagClassName
{
color: #EB902C;
}
</style>
background-color css
<style>
a { background-color: #EB902C; }
a { background-color: rgb(235,144,44); }
div.DivClassName
{
background-color: #EB902C;
}
.BgClassName
{
background-color: #EB902C;
}
</style>
border-color css
<style>
span { border-color: #EB902C; }
span { border-color: rgb(235,144,44); }
td.TdClassName
{
border-color: #EB902C;
}
.TagClassName
{
border-color: #EB902C;
}
</style>