Html Css Color HEX #EF7A31 West Side

📋 copy color: '#EF7A31'

red 239 ◦ green 122 ◦ blue 49

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

Shades of West Side #EF7A31

Tints of West Side #EF7A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

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

R = 58.29%
G = 29.76%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF7A31 (or 0xEF7A31) is known color: West Side. HEX triplet: EF, 7A and 31. RGB value is (239,122,49). Sum of RGB (Red+Green+Blue) = 239+122+49=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A31 is #1085CE. Grayscale: #959595. Windows color (decimal): -1082831 or 3242735. OLE color: 3242735.

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

Color convert

RGB 239 122 49 -
CMYK 0 0.49 0.79 0.06
HSL 23.05º 0.86% 0.56% -
HSV(B) 23.05º 0.79% 0.94% -
XYZ 43.11 32.49 6.91 -
YUV 148.66 71.76 192.44 -
System Red Green Blue C M Y K H S L
Decimal 239 122 49 0 0.49 0.79 0.06 23.05 0.86 0.56
Hex EF 7A 31 0 31 4F 6 17 56 38
Octal 357 172 61 0 61 117 6 27 126 70
Binary 11101111 1111010 110001 0 110001 1001111 110 10111 1010110 111000

Color Harmonies of #EF7A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A31

Black with #EF7A31

Text Example


Text Example

White with #EF7A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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