Shades of Carrot Orange #E68525
Tints of Carrot Orange #E68525
RGB
CMYK
RGB Variations
Color information
#E68525 (or 0xE68525) is known color: Carrot Orange. HEX triplet: E6, 85 and 25. RGB value is (230,133,37). Sum of RGB (Red+Green+Blue) = 230+133+37=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E68525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68525 is #197ADA. Grayscale: #979797. Windows color (decimal): -1669851 or 2459110. OLE color: 2459110.
HSL color Cylindrical-coordinate representation of color #E68525: hue angle of 29.84º 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 #E68525 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 37 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.10 |
| HSL | 29.84º | 0.79% | 0.52% | - |
| HSV(B) | 29.84º | 0.84% | 0.9% | - |
| XYZ | 41.35 | 33.73 | 6.08 | - |
| YUV | 151.06 | 63.64 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 37 | 0 | 0.42 | 0.84 | 0.10 | 29.84 | 0.79 | 0.52 |
| Hex | E6 | 85 | 25 | 0 | 2A | 54 | A | 1E | 4F | 34 |
| Octal | 346 | 205 | 45 | 0 | 52 | 124 | 12 | 36 | 117 | 64 |
| Binary | 11100110 | 10000101 | 100101 | 0 | 101010 | 1010100 | 1010 | 11110 | 1001111 | 110100 |
Color Harmonies of #E68525
Complementary color
Monochromatic Colors of #E68525
Black with #E68525
Text Example
Text Example
White with #E68525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68525; }
p { color: rgb(230,133,37); }
H1.HeaderClassName
{
color: #E68525;
}
.AnyTagClassName
{
color: #E68525;
}
</style>
background-color css
<style>
a { background-color: #E68525; }
a { background-color: rgb(230,133,37); }
div.DivClassName
{
background-color: #E68525;
}
.BgClassName
{
background-color: #E68525;
}
</style>
border-color css
<style>
span { border-color: #E68525; }
span { border-color: rgb(230,133,37); }
td.TdClassName
{
border-color: #E68525;
}
.TagClassName
{
border-color: #E68525;
}
</style>