Html Css Color HEX #EF7A30 West Side

📋 copy color: '#EF7A30'

red 239 ◦ green 122 ◦ blue 48

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

Shades of West Side #EF7A30

Tints of West Side #EF7A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 58.44%
G = 29.83%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF7A30 (or 0xEF7A30) is known color: West Side. HEX triplet: EF, 7A and 30. RGB value is (239,122,48). Sum of RGB (Red+Green+Blue) = 239+122+48=409 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.44% from 409); Green value is 122 (48.05% from 255 or 29.83% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7A30 is #1085CF. Grayscale: #949494. Windows color (decimal): -1082832 or 3177199. OLE color: 3177199.

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

Color convert

RGB 239 122 48 -
CMYK 0 0.49 0.80 0.06
HSL 23.25º 0.86% 0.56% -
HSV(B) 23.25º 0.8% 0.94% -
XYZ 43.09 32.48 6.8 -
YUV 148.55 71.26 192.52 -
System Red Green Blue C M Y K H S L
Decimal 239 122 48 0 0.49 0.80 0.06 23.25 0.86 0.56
Hex EF 7A 30 0 31 50 6 17 56 38
Octal 357 172 60 0 61 120 6 27 126 70
Binary 11101111 1111010 110000 0 110001 1010000 110 10111 1010110 111000

Color Harmonies of #EF7A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7A30

Black with #EF7A30

Text Example


Text Example

White with #EF7A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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