#E1901F

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

Shades of Carrot Orange #E1901F

Tints of Carrot Orange #E1901F

Color information

#E1901F (or 0xE1901F) is unknown color: approx Carrot Orange. HEX triplet: E1, 90 and 1F. RGB value is (225,144,31). Sum of RGB (Red+Green+Blue) = 225+144+31=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1901F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1901F is #1E6FE0. Grayscale: #9B9B9B. Windows color (decimal): -1994721 or 2068705. OLE color: 2068705.

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

Color convert

RGB22514431-
CMYK00.360.860.12
HSL34.95º76.38%50.2%-
HSV(B)34.95º86.22%88.24%-
XYZ41.2736.056.08-
YUV155.3457.84177.69-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.25%
GREEN value IS 144 (56.64% from 255) = 36%
BLUE value IS 31 (12.5% from 255) = 7.75%
R=56.25%
G=36%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251443100.360.860.1234.9576.3850.2
HexE1901F02456C234c32
Octal34122037044126144311462
Binary1110000110010000111110100100101011011001000111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1901F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1901F; }

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

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

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

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

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

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

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

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