#E18E1A

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

Shades of Carrot Orange #E18E1A

Tints of Carrot Orange #E18E1A

Color information

#E18E1A (or 0xE18E1A) is unknown color: approx Carrot Orange. HEX triplet: E1, 8E and 1A. RGB value is (225,142,26). Sum of RGB (Red+Green+Blue) = 225+142+26=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18E1A is #1E71E5. Grayscale: #9A9A9A. Windows color (decimal): -1995238 or 1740513. OLE color: 1740513.

HSL color Cylindrical-coordinate representation of color #E18E1A: hue angle of 34.97º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E18E1A is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB22514226-
CMYK00.370.880.12
HSL34.97º79.28%49.22%-
HSV(B)34.97º88.44%88.24%-
XYZ40.9135.435.66-
YUV153.5956178.93-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 142 (55.86% from 255) = 36.13%
BLUE value IS 26 (10.55% from 255) = 6.62%
R=57.25%
G=36.13%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251422600.370.880.1234.9779.2849.22
HexE18E1A02558C234f31
Octal34121632045130144311761
Binary1110000110001110110100100101101100011001000111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E1A; }

 p { color: rgb(225,142,26); }

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

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

 a { background-color: rgb(225,142,26); }

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

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

 span { border-color: rgb(225,142,26); }

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