Html Css Color HEX #EF8035 West Side

📋 copy color: '#EF8035'

red 239 ◦ green 128 ◦ blue 53

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

Shades of West Side #EF8035

Tints of West Side #EF8035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.62%

R = 56.9%
G = 30.48%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF8035 (or 0xEF8035) is known color: West Side. HEX triplet: EF, 80 and 35. RGB value is (239,128,53). Sum of RGB (Red+Green+Blue) = 239+128+53=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8035 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8035 is #107FCA. Grayscale: #999999. Windows color (decimal): -1081291 or 3506415. OLE color: 3506415.

HSL color Cylindrical-coordinate representation of color #EF8035: hue angle of 24.19º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF8035 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 128 53 -
CMYK 0 0.46 0.78 0.06
HSL 24.19º 0.85% 0.57% -
HSV(B) 24.19º 0.78% 0.94% -
XYZ 43.96 34.05 7.62 -
YUV 152.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 239 128 53 0 0.46 0.78 0.06 24.19 0.85 0.57
Hex EF 80 35 0 2E 4E 6 18 55 39
Octal 357 200 65 0 56 116 6 30 125 71
Binary 11101111 10000000 110101 0 101110 1001110 110 11000 1010101 111001

Color Harmonies of #EF8035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8035

Black with #EF8035

Text Example


Text Example

White with #EF8035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8035; }

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

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

background-color css

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

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

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

border-color css

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

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

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