Html Css Color HEX #EF5C32 Outrageous Orange

📋 copy color: '#EF5C32'

red 239 ◦ green 92 ◦ blue 50

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

Shades of Outrageous Orange #EF5C32

Tints of Outrageous Orange #EF5C32

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

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

R = 62.73%
G = 24.15%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF5C32 (or 0xEF5C32) is known color: Outrageous Orange. HEX triplet: EF, 5C and 32. RGB value is (239,92,50). Sum of RGB (Red+Green+Blue) = 239+92+50=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5C32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5C32 is #10A3CD. Grayscale: #838383. Windows color (decimal): -1090510 or 3300591. OLE color: 3300591.

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

Color convert

RGB 239 92 50 -
CMYK 0 0.62 0.79 0.06
HSL 13.33º 0.86% 0.57% -
HSV(B) 13.33º 0.79% 0.94% -
XYZ 40 26.24 5.97 -
YUV 131.17 82.2 204.92 -
System Red Green Blue C M Y K H S L
Decimal 239 92 50 0 0.62 0.79 0.06 13.33 0.86 0.57
Hex EF 5C 32 0 3E 4F 6 D 56 39
Octal 357 134 62 0 76 117 6 15 126 71
Binary 11101111 1011100 110010 0 111110 1001111 110 1101 1010110 111001

Color Harmonies of #EF5C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5C32

Black with #EF5C32

Text Example


Text Example

White with #EF5C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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