Html Css Color HEX #EF5D1F Outrageous Orange

📋 copy color: '#EF5D1F'

red 239 ◦ green 93 ◦ blue 31

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

Shades of Outrageous Orange #EF5D1F

Tints of Outrageous Orange #EF5D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.54%

R = 65.84%
G = 25.62%
B = 8.54%

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

#EF5D1F (or 0xEF5D1F) is known color: Outrageous Orange. HEX triplet: EF, 5D and 1F. RGB value is (239,93,31). Sum of RGB (Red+Green+Blue) = 239+93+31=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5D1F is #10A2E0. Grayscale: #818181. Windows color (decimal): -1090273 or 2055663. OLE color: 2055663.

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

Color convert

RGB 239 93 31 -
CMYK 0 0.61 0.87 0.06
HSL 17.88º 0.87% 0.53% -
HSV(B) 17.88º 0.87% 0.94% -
XYZ 39.76 26.28 4.27 -
YUV 129.59 72.37 206.04 -
System Red Green Blue C M Y K H S L
Decimal 239 93 31 0 0.61 0.87 0.06 17.88 0.87 0.53
Hex EF 5D 1F 0 3D 57 6 12 57 35
Octal 357 135 37 0 75 127 6 22 127 65
Binary 11101111 1011101 11111 0 111101 1010111 110 10010 1010111 110101

Color Harmonies of #EF5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5D1F

Black with #EF5D1F

Text Example


Text Example

White with #EF5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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