#EF5C2E

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

Shades of Outrageous Orange #EF5C2E

Tints of Outrageous Orange #EF5C2E

Color information

#EF5C2E (or 0xEF5C2E) is unknown color: approx Outrageous Orange. HEX triplet: EF, 5C and 2E. RGB value is (239,92,46). Sum of RGB (Red+Green+Blue) = 239+92+46=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C2E is #10A3D1. Grayscale: #838383. Windows color (decimal): -1090514 or 3038447. OLE color: 3038447.

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

Color convert

RGB2399246-
CMYK00.620.810.06
HSL14.3º85.78%55.88%-
HSV(B)14.3º80.75%93.73%-
XYZ39.9226.25.54-
YUV130.7180.2205.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.40%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 46 (18.36% from 255) = 12.20%
R=63.40%
G=24.40%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239924600.620.810.0614.385.7855.88
HexEF5C2E03E516e5638
Octal3571345607612161612670
Binary1110111110111001011100111110101000111011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5C2E; }

 p { color: rgb(239,92,46); }

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

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

 a { background-color: rgb(239,92,46); }

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

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

 span { border-color: rgb(239,92,46); }

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