#e2871e

Color #E2871E Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #E2871E

Tints of Carrot Orange #E2871E

Color information

#E2871E (or 0xE2871E) is unknown color: approx Carrot Orange. HEX triplet: E2, 87 and 1E. RGB value is (226,135,30). Sum of RGB (Red+Green+Blue) = 226+135+30=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E2871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2871E is #1D78E1. Grayscale: #969696. Windows color (decimal): -1931490 or 2000866. OLE color: 2000866.

HSL color Cylindrical-coordinate representation of color #E2871E: hue angle of 32.14º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2871E is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB22613530-
CMYK00.400.870.11
HSL32.14º77.17%50.2%-
HSV(B)32.14º86.73%88.63%-
XYZ40.2633.595.59-
YUV150.2460.15182.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 57.80%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 30 (12.11% from 255) = 7.67%
R=57.80%
G=34.53%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261353000.400.870.1132.1477.1750.2
HexE2871E02857B204d32
Octal34220736050127134011562
Binary1110001010000111111100101000101011110111000001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2871e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2871e; }

 p { color: rgb(226,135,30); }

 H1.HeaderClassName
 {
   color: #e2871e;
 }
 .AnyTagClassName
 {
   color: #e2871e;
 }
</style>
background-color css

<style>
 a { background-color: #e2871e; }

 a { background-color: rgb(226,135,30); }

 div.DivClassName
 {
   background-color: #e2871e;
 }
 .BgClassName
 {
   background-color: #e2871e;
 }
</style>
border-color css

<style>
 span { border-color: #e2871e; }

 span { border-color: rgb(226,135,30); }

 td.TdClassName
 {
   border-color: #e2871e;
 }
 .TagClassName
 {
   border-color: #e2871e;
 }
</style>