Html Css Color HEX #EF823A West Side

📋 copy color: '#EF823A'

red 239 ◦ green 130 ◦ blue 58

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

Shades of West Side #EF823A

Tints of West Side #EF823A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 55.97%
G = 30.44%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF823A (or 0xEF823A) is known color: West Side. HEX triplet: EF, 82 and 3A. RGB value is (239,130,58). Sum of RGB (Red+Green+Blue) = 239+130+58=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF823A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF823A is #107DC5. Grayscale: #9A9A9A. Windows color (decimal): -1080774 or 3834607. OLE color: 3834607.

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

Color convert

RGB 239 130 58 -
CMYK 0 0.46 0.76 0.06
HSL 23.87º 0.85% 0.58% -
HSV(B) 23.87º 0.76% 0.94% -
XYZ 44.34 34.62 8.35 -
YUV 154.38 73.61 188.35 -
System Red Green Blue C M Y K H S L
Decimal 239 130 58 0 0.46 0.76 0.06 23.87 0.85 0.58
Hex EF 82 3A 0 2E 4C 6 18 55 3A
Octal 357 202 72 0 56 114 6 30 125 72
Binary 11101111 10000010 111010 0 101110 1001100 110 11000 1010101 111010

Color Harmonies of #EF823A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF823A

Black with #EF823A

Text Example


Text Example

White with #EF823A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF823A; }

 p { color: rgb(239,130,58); }

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

background-color css

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

 a { background-color: rgb(239,130,58); }

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

border-color css

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

 span { border-color: rgb(239,130,58); }

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