Html Css Color HEX #EF8130 West Side

📋 copy color: '#EF8130'

red 239 ◦ green 129 ◦ blue 48

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

Shades of West Side #EF8130

Tints of West Side #EF8130

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

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

R = 57.45%
G = 31.01%
B = 11.54%

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

#EF8130 (or 0xEF8130) is known color: West Side. HEX triplet: EF, 81 and 30. RGB value is (239,129,48). Sum of RGB (Red+Green+Blue) = 239+129+48=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8130 is #107ECF. Grayscale: #999999. Windows color (decimal): -1081040 or 3178991. OLE color: 3178991.

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

Color convert

RGB 239 129 48 -
CMYK 0 0.46 0.80 0.06
HSL 25.45º 0.86% 0.56% -
HSV(B) 25.45º 0.8% 0.94% -
XYZ 43.98 34.26 7.09 -
YUV 152.66 68.94 189.59 -
System Red Green Blue C M Y K H S L
Decimal 239 129 48 0 0.46 0.80 0.06 25.45 0.86 0.56
Hex EF 81 30 0 2E 50 6 19 56 38
Octal 357 201 60 0 56 120 6 31 126 70
Binary 11101111 10000001 110000 0 101110 1010000 110 11001 1010110 111000

Color Harmonies of #EF8130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8130

Black with #EF8130

Text Example


Text Example

White with #EF8130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8130; }

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

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

background-color css

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

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

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

border-color css

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

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

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