#E1861F

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

Shades of Carrot Orange #E1861F

Tints of Carrot Orange #E1861F

Color information

#E1861F (or 0xE1861F) is unknown color: approx Carrot Orange. HEX triplet: E1, 86 and 1F. RGB value is (225,134,31). Sum of RGB (Red+Green+Blue) = 225+134+31=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1861F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1861F is #1E79E0. Grayscale: #959595. Windows color (decimal): -1997281 or 2066145. OLE color: 2066145.

HSL color Cylindrical-coordinate representation of color #E1861F: hue angle of 31.86º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E1861F is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22513431-
CMYK00.400.860.12
HSL31.86º76.38%50.2%-
HSV(B)31.86º86.22%88.24%-
XYZ39.8233.165.6-
YUV149.4761.15181.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.69%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 31 (12.5% from 255) = 7.95%
R=57.69%
G=34.36%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251343100.400.860.1231.8676.3850.2
HexE1861F02856C204c32
Octal34120637050126144011462
Binary1110000110000110111110101000101011011001000001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1861F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1861F; }

 p { color: rgb(225,134,31); }

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

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

 a { background-color: rgb(225,134,31); }

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

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

 span { border-color: rgb(225,134,31); }

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