Html Css Color HEX #EF8335 West Side

📋 copy color: '#EF8335'

red 239 ◦ green 131 ◦ blue 53

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

Shades of West Side #EF8335

Tints of West Side #EF8335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

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

R = 56.5%
G = 30.97%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF8335 (or 0xEF8335) is known color: West Side. HEX triplet: EF, 83 and 35. RGB value is (239,131,53). Sum of RGB (Red+Green+Blue) = 239+131+53=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8335 is #107CCA. Grayscale: #9A9A9A. Windows color (decimal): -1080523 or 3507183. OLE color: 3507183.

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

Color convert

RGB 239 131 53 -
CMYK 0 0.45 0.78 0.06
HSL 25.16º 0.85% 0.57% -
HSV(B) 25.16º 0.78% 0.94% -
XYZ 44.36 34.84 7.76 -
YUV 154.4 70.78 188.34 -
System Red Green Blue C M Y K H S L
Decimal 239 131 53 0 0.45 0.78 0.06 25.16 0.85 0.57
Hex EF 83 35 0 2D 4E 6 19 55 39
Octal 357 203 65 0 55 116 6 31 125 71
Binary 11101111 10000011 110101 0 101101 1001110 110 11001 1010101 111001

Color Harmonies of #EF8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8335

Black with #EF8335

Text Example


Text Example

White with #EF8335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8335; }

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

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

background-color css

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

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

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

border-color css

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

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

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