Shades of Carrot Orange #E68325
Tints of Carrot Orange #E68325
RGB
CMYK
RGB Variations
Color information
#E68325 (or 0xE68325) is known color: Carrot Orange. HEX triplet: E6, 83 and 25. RGB value is (230,131,37). Sum of RGB (Red+Green+Blue) = 230+131+37=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E68325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68325 is #197CDA. Grayscale: #969696. Windows color (decimal): -1670363 or 2458598. OLE color: 2458598.
HSL color Cylindrical-coordinate representation of color #E68325: hue angle of 29.22º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E68325 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 37 | - |
| CMYK | 0 | 0.43 | 0.84 | 0.10 |
| HSL | 29.22º | 0.79% | 0.52% | - |
| HSV(B) | 29.22º | 0.84% | 0.9% | - |
| XYZ | 41.08 | 33.19 | 5.99 | - |
| YUV | 149.89 | 64.3 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 37 | 0 | 0.43 | 0.84 | 0.10 | 29.22 | 0.79 | 0.52 |
| Hex | E6 | 83 | 25 | 0 | 2B | 54 | A | 1D | 4F | 34 |
| Octal | 346 | 203 | 45 | 0 | 53 | 124 | 12 | 35 | 117 | 64 |
| Binary | 11100110 | 10000011 | 100101 | 0 | 101011 | 1010100 | 1010 | 11101 | 1001111 | 110100 |
Color Harmonies of #E68325
Complementary color
Monochromatic Colors of #E68325
Black with #E68325
Text Example
Text Example
White with #E68325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68325; }
p { color: rgb(230,131,37); }
H1.HeaderClassName
{
color: #E68325;
}
.AnyTagClassName
{
color: #E68325;
}
</style>
background-color css
<style>
a { background-color: #E68325; }
a { background-color: rgb(230,131,37); }
div.DivClassName
{
background-color: #E68325;
}
.BgClassName
{
background-color: #E68325;
}
</style>
border-color css
<style>
span { border-color: #E68325; }
span { border-color: rgb(230,131,37); }
td.TdClassName
{
border-color: #E68325;
}
.TagClassName
{
border-color: #E68325;
}
</style>