#E18414

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

Shades of Carrot Orange #E18414

Tints of Carrot Orange #E18414

Color information

#E18414 (or 0xE18414) is unknown color: approx Carrot Orange. HEX triplet: E1, 84 and 14. RGB value is (225,132,20). Sum of RGB (Red+Green+Blue) = 225+132+20=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E18414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18414 is #1E7BEB. Grayscale: #939393. Windows color (decimal): -1997804 or 1344737. OLE color: 1344737.

HSL color Cylindrical-coordinate representation of color #E18414: hue angle of 32.78º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E18414 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB22513220-
CMYK00.410.910.12
HSL32.78º83.67%48.04%-
HSV(B)32.78º91.11%88.24%-
XYZ39.4332.564.87-
YUV147.0456.31183.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.68%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=59.68%
G=35.01%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.91
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251322000.410.910.1232.7883.6748.04
HexE184140295BC215430
Octal34120424051133144112460
Binary1110000110000100101000101001101101111001000011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18414; }

 p { color: rgb(225,132,20); }

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

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

 a { background-color: rgb(225,132,20); }

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

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

 span { border-color: rgb(225,132,20); }

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