Html Css Color HEX #EF5D31 Outrageous Orange

📋 copy color: '#EF5D31'

red 239 ◦ green 93 ◦ blue 49

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

Shades of Outrageous Orange #EF5D31

Tints of Outrageous Orange #EF5D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.41%

 BLUE value IS 49 (19.53% from 255) = 12.86%

R = 62.73%
G = 24.41%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF5D31 (or 0xEF5D31) is known color: Outrageous Orange. HEX triplet: EF, 5D and 31. RGB value is (239,93,49). Sum of RGB (Red+Green+Blue) = 239+93+49=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D31 is #10A2CE. Grayscale: #838383. Windows color (decimal): -1090255 or 3235311. OLE color: 3235311.

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

Color convert

RGB 239 93 49 -
CMYK 0 0.61 0.79 0.06
HSL 13.89º 0.86% 0.56% -
HSV(B) 13.89º 0.79% 0.94% -
XYZ 40.07 26.4 5.89 -
YUV 131.64 81.37 204.58 -
System Red Green Blue C M Y K H S L
Decimal 239 93 49 0 0.61 0.79 0.06 13.89 0.86 0.56
Hex EF 5D 31 0 3D 4F 6 E 56 38
Octal 357 135 61 0 75 117 6 16 126 70
Binary 11101111 1011101 110001 0 111101 1001111 110 1110 1010110 111000

Color Harmonies of #EF5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D31

Black with #EF5D31

Text Example


Text Example

White with #EF5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D31; }

 p { color: rgb(239,93,49); }

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

background-color css

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

 a { background-color: rgb(239,93,49); }

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

border-color css

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

 span { border-color: rgb(239,93,49); }

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