#E18B1F

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

Shades of Carrot Orange #E18B1F

Tints of Carrot Orange #E18B1F

Color information

#E18B1F (or 0xE18B1F) is unknown color: approx Carrot Orange. HEX triplet: E1, 8B and 1F. RGB value is (225,139,31). Sum of RGB (Red+Green+Blue) = 225+139+31=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B1F is #1E74E0. Grayscale: #989898. Windows color (decimal): -1996001 or 2067425. OLE color: 2067425.

HSL color Cylindrical-coordinate representation of color #E18B1F: hue angle of 33.4º 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 #E18B1F is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB22513931-
CMYK00.380.860.12
HSL33.4º76.38%50.2%-
HSV(B)33.4º86.22%88.24%-
XYZ40.5334.575.83-
YUV152.459.49179.78-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 139 (54.69% from 255) = 35.19%
BLUE value IS 31 (12.5% from 255) = 7.85%
R=56.96%
G=35.19%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251393100.380.860.1233.476.3850.2
HexE18B1F02656C214c32
Octal34121337046126144111462
Binary1110000110001011111110100110101011011001000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B1F; }

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

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

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

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

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

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

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

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