#EF5B1E

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

Shades of Outrageous Orange #EF5B1E

Tints of Outrageous Orange #EF5B1E

Color information

#EF5B1E (or 0xEF5B1E) is unknown color: approx Outrageous Orange. HEX triplet: EF, 5B and 1E. RGB value is (239,91,30). Sum of RGB (Red+Green+Blue) = 239+91+30=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5B1E is #10A4E1. Grayscale: #808080. Windows color (decimal): -1090786 or 1989615. OLE color: 1989615.

HSL color Cylindrical-coordinate representation of color #EF5B1E: hue angle of 17.51º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF5B1E is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB2399130-
CMYK00.620.870.06
HSL17.51º86.72%52.75%-
HSV(B)17.51º87.45%93.73%-
XYZ39.5725.934.15-
YUV128.372.53206.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.39%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=66.39%
G=25.28%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239913000.620.870.0617.5186.7252.75
HexEF5B1E03E576125735
Octal3571333607612762212765
Binary1110111110110111111001111101010111110100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5B1E; }

 p { color: rgb(239,91,30); }

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

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

 a { background-color: rgb(239,91,30); }

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

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

 span { border-color: rgb(239,91,30); }

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