Html Css Color HEX #EF8230 West Side

📋 copy color: '#EF8230'

red 239 ◦ green 130 ◦ blue 48

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

Shades of West Side #EF8230

Tints of West Side #EF8230

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

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

R = 57.31%
G = 31.18%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF8230 (or 0xEF8230) is known color: West Side. HEX triplet: EF, 82 and 30. RGB value is (239,130,48). Sum of RGB (Red+Green+Blue) = 239+130+48=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8230 is #107DCF. Grayscale: #999999. Windows color (decimal): -1080784 or 3179247. OLE color: 3179247.

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

Color convert

RGB 239 130 48 -
CMYK 0 0.46 0.80 0.06
HSL 25.76º 0.86% 0.56% -
HSV(B) 25.76º 0.8% 0.94% -
XYZ 44.11 34.53 7.14 -
YUV 153.24 68.61 189.17 -
System Red Green Blue C M Y K H S L
Decimal 239 130 48 0 0.46 0.80 0.06 25.76 0.86 0.56
Hex EF 82 30 0 2E 50 6 1A 56 38
Octal 357 202 60 0 56 120 6 32 126 70
Binary 11101111 10000010 110000 0 101110 1010000 110 11010 1010110 111000

Color Harmonies of #EF8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8230

Black with #EF8230

Text Example


Text Example

White with #EF8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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