#e2931e

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

Shades of Carrot Orange #E2931E

Tints of Carrot Orange #E2931E

Color information

#E2931E (or 0xE2931E) is unknown color: approx Carrot Orange. HEX triplet: E2, 93 and 1E. RGB value is (226,147,30). Sum of RGB (Red+Green+Blue) = 226+147+30=403 (53% of max value = 765). Red value is 226 (88.67% from 255 or 56.08% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 226 - color contains mainly: red. Hex color #E2931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2931E is #1D6CE1. Grayscale: #9D9D9D. Windows color (decimal): -1928418 or 2003938. OLE color: 2003938.

HSL color Cylindrical-coordinate representation of color #E2931E: hue angle of 35.82º 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 #E2931E is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB22614730-
CMYK00.350.870.11
HSL35.82º77.17%50.2%-
HSV(B)35.82º86.73%88.63%-
XYZ42.0337.136.18-
YUV157.2856.17177.01-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 56.08%
GREEN value IS 147 (57.81% from 255) = 36.48%
BLUE value IS 30 (12.11% from 255) = 7.44%
R=56.08%
G=36.48%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261473000.350.870.1135.8277.1750.2
HexE2931E02357B244d32
Octal34222336043127134411562
Binary1110001010010011111100100011101011110111001001001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2931e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2931e; }

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

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

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

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

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

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

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

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