#E9380E

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

Shades of Orange Red #E9380E

Tints of Orange Red #E9380E

Color information

#E9380E (or 0xE9380E) is unknown color: approx Orange Red. HEX triplet: E9, 38 and 0E. RGB value is (233,56,14). Sum of RGB (Red+Green+Blue) = 233+56+14=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E9380E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9380E is #16C7F1. Grayscale: #686868. Windows color (decimal): -1492978 or 932073. OLE color: 932073.

HSL color Cylindrical-coordinate representation of color #E9380E: hue angle of 11.51º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9380E is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB2335614-
CMYK00.760.940.09
HSL11.51º88.66%48.43%-
HSV(B)11.51º93.99%91.37%-
XYZ35.120.182.46-
YUV104.1477.14219.92-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 76.90%
GREEN value IS 56 (22.27% from 255) = 18.48%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=76.90%
G=18.48%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233561400.760.940.0911.5188.6648.43
HexE938E04C5E9c5930
Octal35170160114136111413160
Binary111010011110001110010011001011110100111001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9380E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9380E; }

 p { color: rgb(233,56,14); }

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

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

 a { background-color: rgb(233,56,14); }

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

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

 span { border-color: rgb(233,56,14); }

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