Html Css Color HEX #EF8030 West Side

📋 copy color: '#EF8030'

red 239 ◦ green 128 ◦ blue 48

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

Shades of West Side #EF8030

Tints of West Side #EF8030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

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

R = 57.59%
G = 30.84%
B = 11.57%

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

#EF8030 (or 0xEF8030) is known color: West Side. HEX triplet: EF, 80 and 30. RGB value is (239,128,48). Sum of RGB (Red+Green+Blue) = 239+128+48=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8030 is #107FCF. Grayscale: #989898. Windows color (decimal): -1081296 or 3178735. OLE color: 3178735.

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

Color convert

RGB 239 128 48 -
CMYK 0 0.46 0.80 0.06
HSL 25.13º 0.86% 0.56% -
HSV(B) 25.13º 0.8% 0.94% -
XYZ 43.85 34 7.05 -
YUV 152.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 239 128 48 0 0.46 0.80 0.06 25.13 0.86 0.56
Hex EF 80 30 0 2E 50 6 19 56 38
Octal 357 200 60 0 56 120 6 31 126 70
Binary 11101111 10000000 110000 0 101110 1010000 110 11001 1010110 111000

Color Harmonies of #EF8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8030

Black with #EF8030

Text Example


Text Example

White with #EF8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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