Html Css Color HEX #EF5F32 Outrageous Orange

📋 copy color: '#EF5F32'

red 239 ◦ green 95 ◦ blue 50

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

Shades of Outrageous Orange #EF5F32

Tints of Outrageous Orange #EF5F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.74%

 BLUE value IS 50 (19.92% from 255) = 13.02%

R = 62.24%
G = 24.74%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF5F32 (or 0xEF5F32) is known color: Outrageous Orange. HEX triplet: EF, 5F and 32. RGB value is (239,95,50). Sum of RGB (Red+Green+Blue) = 239+95+50=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5F32 is #10A0CD. Grayscale: #858585. Windows color (decimal): -1089742 or 3301359. OLE color: 3301359.

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

Color convert

RGB 239 95 50 -
CMYK 0 0.60 0.79 0.06
HSL 14.29º 0.86% 0.57% -
HSV(B) 14.29º 0.79% 0.94% -
XYZ 40.26 26.77 6.06 -
YUV 132.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 239 95 50 0 0.60 0.79 0.06 14.29 0.86 0.57
Hex EF 5F 32 0 3C 4F 6 E 56 39
Octal 357 137 62 0 74 117 6 16 126 71
Binary 11101111 1011111 110010 0 111100 1001111 110 1110 1010110 111001

Color Harmonies of #EF5F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5F32

Black with #EF5F32

Text Example


Text Example

White with #EF5F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5F32; }

 p { color: rgb(239,95,50); }

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

background-color css

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

 a { background-color: rgb(239,95,50); }

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

border-color css

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

 span { border-color: rgb(239,95,50); }

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