Html Css Color HEX #EF8334 West Side

📋 copy color: '#EF8334'

red 239 ◦ green 131 ◦ blue 52

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

Shades of West Side #EF8334

Tints of West Side #EF8334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 56.64%
G = 31.04%
B = 12.32%

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

#EF8334 (or 0xEF8334) is known color: West Side. HEX triplet: EF, 83 and 34. RGB value is (239,131,52). Sum of RGB (Red+Green+Blue) = 239+131+52=422 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.64% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8334 is #107CCB. Grayscale: #9A9A9A. Windows color (decimal): -1080524 or 3441647. OLE color: 3441647.

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

Color convert

RGB 239 131 52 -
CMYK 0 0.45 0.78 0.06
HSL 25.35º 0.85% 0.57% -
HSV(B) 25.35º 0.78% 0.94% -
XYZ 44.33 34.83 7.64 -
YUV 154.29 70.28 188.42 -
System Red Green Blue C M Y K H S L
Decimal 239 131 52 0 0.45 0.78 0.06 25.35 0.85 0.57
Hex EF 83 34 0 2D 4E 6 19 55 39
Octal 357 203 64 0 55 116 6 31 125 71
Binary 11101111 10000011 110100 0 101101 1001110 110 11001 1010101 111001

Color Harmonies of #EF8334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8334

Black with #EF8334

Text Example


Text Example

White with #EF8334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8334; }

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

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

background-color css

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

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

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

border-color css

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

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

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