Shades of Carrot Orange #E68B2B
Tints of Carrot Orange #E68B2B
RGB
CMYK
RGB Variations
Color information
#E68B2B (or 0xE68B2B) is known color: Carrot Orange. HEX triplet: E6, 8B and 2B. RGB value is (230,139,43). Sum of RGB (Red+Green+Blue) = 230+139+43=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B2B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B2B is #1974D4. Grayscale: #9B9B9B. Windows color (decimal): -1668309 or 2853862. OLE color: 2853862.
HSL color Cylindrical-coordinate representation of color #E68B2B: hue angle of 30.8º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E68B2B is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 43 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.10 |
| HSL | 30.8º | 0.79% | 0.54% | - |
| HSV(B) | 30.8º | 0.81% | 0.9% | - |
| XYZ | 42.3 | 35.46 | 6.9 | - |
| YUV | 155.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 43 | 0 | 0.40 | 0.81 | 0.10 | 30.8 | 0.79 | 0.54 |
| Hex | E6 | 8B | 2B | 0 | 28 | 51 | A | 1F | 4F | 36 |
| Octal | 346 | 213 | 53 | 0 | 50 | 121 | 12 | 37 | 117 | 66 |
| Binary | 11100110 | 10001011 | 101011 | 0 | 101000 | 1010001 | 1010 | 11111 | 1001111 | 110110 |
Color Harmonies of #E68B2B
Complementary color
Monochromatic Colors of #E68B2B
Black with #E68B2B
Text Example
Text Example
White with #E68B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B2B; }
p { color: rgb(230,139,43); }
H1.HeaderClassName
{
color: #E68B2B;
}
.AnyTagClassName
{
color: #E68B2B;
}
</style>
background-color css
<style>
a { background-color: #E68B2B; }
a { background-color: rgb(230,139,43); }
div.DivClassName
{
background-color: #E68B2B;
}
.BgClassName
{
background-color: #E68B2B;
}
</style>
border-color css
<style>
span { border-color: #E68B2B; }
span { border-color: rgb(230,139,43); }
td.TdClassName
{
border-color: #E68B2B;
}
.TagClassName
{
border-color: #E68B2B;
}
</style>