Html Css Color HEX #EF5E20 Outrageous Orange

📋 copy color: '#EF5E20'

red 239 ◦ green 94 ◦ blue 32

#EF5E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outrageous Orange #EF5E20

Tints of Outrageous Orange #EF5E20

RGB

 RED value IS 239 (93.75% from 255) = 65.48%

 GREEN value IS 94 (37.11% from 255) = 25.75%

 BLUE value IS 32 (12.89% from 255) = 8.77%

R = 65.48%
G = 25.75%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EF5E20 (or 0xEF5E20) is known color: Outrageous Orange. HEX triplet: EF, 5E and 20. RGB value is (239,94,32). Sum of RGB (Red+Green+Blue) = 239+94+32=365 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.48% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5E20 is #10A1DF. Grayscale: #828282. Windows color (decimal): -1090016 or 2121455. OLE color: 2121455.

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

Color convert

RGB 239 94 32 -
CMYK 0 0.61 0.87 0.06
HSL 17.97º 0.87% 0.53% -
HSV(B) 17.97º 0.87% 0.94% -
XYZ 39.86 26.46 4.37 -
YUV 130.29 72.54 205.54 -
System Red Green Blue C M Y K H S L
Decimal 239 94 32 0 0.61 0.87 0.06 17.97 0.87 0.53
Hex EF 5E 20 0 3D 57 6 12 57 35
Octal 357 136 40 0 75 127 6 22 127 65
Binary 11101111 1011110 100000 0 111101 1010111 110 10010 1010111 110101

Color Harmonies of #EF5E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5E20

Black with #EF5E20

Text Example


Text Example

White with #EF5E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5E20; }

 p { color: rgb(239,94,32); }

 H1.HeaderClassName
 {
   color: #EF5E20;
 }
 .AnyTagClassName
 {
   color: #EF5E20;
 }
</style>

background-color css

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

 a { background-color: rgb(239,94,32); }

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

border-color css

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

 span { border-color: rgb(239,94,32); }

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